Interface CreateIdNamespaceAssociationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<CreateIdNamespaceAssociationRequest.Builder,CreateIdNamespaceAssociationRequest>,SdkBuilder<CreateIdNamespaceAssociationRequest.Builder,CreateIdNamespaceAssociationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateIdNamespaceAssociationRequest
public static interface CreateIdNamespaceAssociationRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<CreateIdNamespaceAssociationRequest.Builder,CreateIdNamespaceAssociationRequest>
-
-
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
CreateIdNamespaceAssociationRequest.Builder membershipIdentifier(String membershipIdentifier)
The unique identifier of the membership that contains the ID namespace association.
- Parameters:
membershipIdentifier- The unique identifier of the membership that contains the ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputReferenceConfig
CreateIdNamespaceAssociationRequest.Builder inputReferenceConfig(IdNamespaceAssociationInputReferenceConfig inputReferenceConfig)
The input reference configuration needed to create the ID namespace association.
- Parameters:
inputReferenceConfig- The input reference configuration needed to create the ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputReferenceConfig
default CreateIdNamespaceAssociationRequest.Builder inputReferenceConfig(Consumer<IdNamespaceAssociationInputReferenceConfig.Builder> inputReferenceConfig)
The input reference configuration needed to create the ID namespace association.
This is a convenience method that creates an instance of theIdNamespaceAssociationInputReferenceConfig.Builderavoiding the need to create one manually viaIdNamespaceAssociationInputReferenceConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinputReferenceConfig(IdNamespaceAssociationInputReferenceConfig).- Parameters:
inputReferenceConfig- a consumer that will call methods onIdNamespaceAssociationInputReferenceConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
inputReferenceConfig(IdNamespaceAssociationInputReferenceConfig)
-
tags
CreateIdNamespaceAssociationRequest.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.
-
name
CreateIdNamespaceAssociationRequest.Builder name(String name)
The name for the ID namespace association.
- Parameters:
name- The name for the ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateIdNamespaceAssociationRequest.Builder description(String description)
The description of the ID namespace association.
- Parameters:
description- The description of the ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idMappingConfig
CreateIdNamespaceAssociationRequest.Builder idMappingConfig(IdMappingConfig idMappingConfig)
The configuration settings for the ID mapping table.
- Parameters:
idMappingConfig- The configuration settings for the ID mapping table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idMappingConfig
default CreateIdNamespaceAssociationRequest.Builder idMappingConfig(Consumer<IdMappingConfig.Builder> idMappingConfig)
The configuration settings for the ID mapping table.
This is a convenience method that creates an instance of theIdMappingConfig.Builderavoiding the need to create one manually viaIdMappingConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toidMappingConfig(IdMappingConfig).- Parameters:
idMappingConfig- a consumer that will call methods onIdMappingConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
idMappingConfig(IdMappingConfig)
-
overrideConfiguration
CreateIdNamespaceAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateIdNamespaceAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-