Interface DeleteIdMappingTableRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<DeleteIdMappingTableRequest.Builder,DeleteIdMappingTableRequest>,SdkBuilder<DeleteIdMappingTableRequest.Builder,DeleteIdMappingTableRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteIdMappingTableRequest
public static interface DeleteIdMappingTableRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<DeleteIdMappingTableRequest.Builder,DeleteIdMappingTableRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteIdMappingTableRequest.BuilderidMappingTableIdentifier(String idMappingTableIdentifier)The unique identifier of the ID mapping table that you want to delete.DeleteIdMappingTableRequest.BuildermembershipIdentifier(String membershipIdentifier)The unique identifier of the membership that contains the ID mapping table that you want to delete.DeleteIdMappingTableRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteIdMappingTableRequest.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
DeleteIdMappingTableRequest.Builder idMappingTableIdentifier(String idMappingTableIdentifier)
The unique identifier of the ID mapping table that you want to delete.
- Parameters:
idMappingTableIdentifier- The unique identifier of the ID mapping table that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipIdentifier
DeleteIdMappingTableRequest.Builder membershipIdentifier(String membershipIdentifier)
The unique identifier of the membership that contains the ID mapping table that you want to delete.
- Parameters:
membershipIdentifier- The unique identifier of the membership that contains the ID mapping table that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteIdMappingTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteIdMappingTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-