Interface CreateIdMappingTableRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<CreateIdMappingTableRequest.Builder,CreateIdMappingTableRequest>,SdkBuilder<CreateIdMappingTableRequest.Builder,CreateIdMappingTableRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateIdMappingTableRequest
public static interface CreateIdMappingTableRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<CreateIdMappingTableRequest.Builder,CreateIdMappingTableRequest>
-
-
Method Summary
-
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
-
membershipIdentifier
CreateIdMappingTableRequest.Builder membershipIdentifier(String membershipIdentifier)
The unique identifier of the membership that contains the ID mapping table.
- Parameters:
membershipIdentifier- The unique identifier of the membership that contains the ID mapping table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateIdMappingTableRequest.Builder name(String name)
A name for the ID mapping table.
- Parameters:
name- A name for the ID mapping table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateIdMappingTableRequest.Builder description(String description)
A description of the ID mapping table.
- Parameters:
description- A description of the ID mapping table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputReferenceConfig
CreateIdMappingTableRequest.Builder inputReferenceConfig(IdMappingTableInputReferenceConfig inputReferenceConfig)
The input reference configuration needed to create the ID mapping table.
- Parameters:
inputReferenceConfig- The input reference configuration needed to create the ID mapping table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputReferenceConfig
default CreateIdMappingTableRequest.Builder inputReferenceConfig(Consumer<IdMappingTableInputReferenceConfig.Builder> inputReferenceConfig)
The input reference configuration needed to create the ID mapping table.
This is a convenience method that creates an instance of theIdMappingTableInputReferenceConfig.Builderavoiding the need to create one manually viaIdMappingTableInputReferenceConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinputReferenceConfig(IdMappingTableInputReferenceConfig).- Parameters:
inputReferenceConfig- a consumer that will call methods onIdMappingTableInputReferenceConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
inputReferenceConfig(IdMappingTableInputReferenceConfig)
-
tags
CreateIdMappingTableRequest.Builder tags(Map<String,String> tags)
An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
- Parameters:
tags- An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyArn
CreateIdMappingTableRequest.Builder kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the Amazon Web Services KMS key. This value is used to encrypt the mapping table data that is stored by Clean Rooms.
- Parameters:
kmsKeyArn- The Amazon Resource Name (ARN) of the Amazon Web Services KMS key. This value is used to encrypt the mapping table data that is stored by Clean Rooms.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateIdMappingTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateIdMappingTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-