Interface PopulateIdMappingTableRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<PopulateIdMappingTableRequest.Builder,PopulateIdMappingTableRequest>,SdkBuilder<PopulateIdMappingTableRequest.Builder,PopulateIdMappingTableRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PopulateIdMappingTableRequest
public static interface PopulateIdMappingTableRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<PopulateIdMappingTableRequest.Builder,PopulateIdMappingTableRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PopulateIdMappingTableRequest.BuilderidMappingTableIdentifier(String idMappingTableIdentifier)The unique identifier of the ID mapping table that you want to populate.PopulateIdMappingTableRequest.BuildermembershipIdentifier(String membershipIdentifier)The unique identifier of the membership that contains the ID mapping table that you want to populate.PopulateIdMappingTableRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PopulateIdMappingTableRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
idMappingTableIdentifier
PopulateIdMappingTableRequest.Builder idMappingTableIdentifier(String idMappingTableIdentifier)
The unique identifier of the ID mapping table that you want to populate.
- Parameters:
idMappingTableIdentifier- The unique identifier of the ID mapping table that you want to populate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipIdentifier
PopulateIdMappingTableRequest.Builder membershipIdentifier(String membershipIdentifier)
The unique identifier of the membership that contains the ID mapping table that you want to populate.
- Parameters:
membershipIdentifier- The unique identifier of the membership that contains the ID mapping table that you want to populate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PopulateIdMappingTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PopulateIdMappingTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-