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