Interface UpdateIdMappingTableRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CleanRoomsRequest.Builder
,CopyableBuilder<UpdateIdMappingTableRequest.Builder,
,UpdateIdMappingTableRequest> SdkBuilder<UpdateIdMappingTableRequest.Builder,
,UpdateIdMappingTableRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateIdMappingTableRequest
@Mutable
@NotThreadSafe
public static interface UpdateIdMappingTableRequest.Builder
extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<UpdateIdMappingTableRequest.Builder,UpdateIdMappingTableRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A new description for the ID mapping table.idMappingTableIdentifier
(String idMappingTableIdentifier) The unique identifier of the ID mapping table that you want to update.The Amazon Resource Name (ARN) of the Amazon Web Services KMS key.membershipIdentifier
(String membershipIdentifier) The unique identifier of the membership that contains the ID mapping table that you want to update.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
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
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
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateIdMappingTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-