Interface UpdateIdNamespaceAssociationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<UpdateIdNamespaceAssociationRequest.Builder,UpdateIdNamespaceAssociationRequest>,SdkBuilder<UpdateIdNamespaceAssociationRequest.Builder,UpdateIdNamespaceAssociationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateIdNamespaceAssociationRequest
public static interface UpdateIdNamespaceAssociationRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<UpdateIdNamespaceAssociationRequest.Builder,UpdateIdNamespaceAssociationRequest>
-
-
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
-
idNamespaceAssociationIdentifier
UpdateIdNamespaceAssociationRequest.Builder idNamespaceAssociationIdentifier(String idNamespaceAssociationIdentifier)
The unique identifier of the ID namespace association that you want to update.
- Parameters:
idNamespaceAssociationIdentifier- The unique identifier of the ID namespace association that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipIdentifier
UpdateIdNamespaceAssociationRequest.Builder membershipIdentifier(String membershipIdentifier)
The unique identifier of the membership that contains the ID namespace association that you want to update.
- Parameters:
membershipIdentifier- The unique identifier of the membership that contains the ID namespace association that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateIdNamespaceAssociationRequest.Builder name(String name)
A new name for the ID namespace association.
- Parameters:
name- A new name for the ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateIdNamespaceAssociationRequest.Builder description(String description)
A new description for the ID namespace association.
- Parameters:
description- A new description for the ID namespace association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idMappingConfig
UpdateIdNamespaceAssociationRequest.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 UpdateIdNamespaceAssociationRequest.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
UpdateIdNamespaceAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateIdNamespaceAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-