Class CfnIdNamespaceAssociationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnIdNamespaceAssociationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdNamespaceAssociationMixinProps>
- Enclosing interface:
CfnIdNamespaceAssociationMixinProps
@Stability(Stable)
public static final class CfnIdNamespaceAssociationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdNamespaceAssociationMixinProps>
A builder for
CfnIdNamespaceAssociationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnIdNamespaceAssociationMixinProps.getDescription()Sets the value ofCfnIdNamespaceAssociationMixinProps.getIdMappingConfig()idMappingConfig(IResolvable idMappingConfig) Sets the value ofCfnIdNamespaceAssociationMixinProps.getIdMappingConfig()inputReferenceConfig(CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferenceConfigProperty inputReferenceConfig) Sets the value ofCfnIdNamespaceAssociationMixinProps.getInputReferenceConfig()inputReferenceConfig(IResolvable inputReferenceConfig) Sets the value ofCfnIdNamespaceAssociationMixinProps.getInputReferenceConfig()membershipIdentifier(String membershipIdentifier) Sets the value ofCfnIdNamespaceAssociationMixinProps.getMembershipIdentifier()Sets the value ofCfnIdNamespaceAssociationMixinProps.getName()Sets the value ofCfnIdNamespaceAssociationMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
@Stability(Stable) public CfnIdNamespaceAssociationMixinProps.Builder description(String description) Sets the value ofCfnIdNamespaceAssociationMixinProps.getDescription()- Parameters:
description- The description of the ID namespace association.- Returns:
this
-
idMappingConfig
@Stability(Stable) public CfnIdNamespaceAssociationMixinProps.Builder idMappingConfig(IResolvable idMappingConfig) Sets the value ofCfnIdNamespaceAssociationMixinProps.getIdMappingConfig()- Parameters:
idMappingConfig- The configuration settings for the ID mapping table.- Returns:
this
-
idMappingConfig
@Stability(Stable) public CfnIdNamespaceAssociationMixinProps.Builder idMappingConfig(CfnIdNamespaceAssociationPropsMixin.IdMappingConfigProperty idMappingConfig) Sets the value ofCfnIdNamespaceAssociationMixinProps.getIdMappingConfig()- Parameters:
idMappingConfig- The configuration settings for the ID mapping table.- Returns:
this
-
inputReferenceConfig
@Stability(Stable) public CfnIdNamespaceAssociationMixinProps.Builder inputReferenceConfig(IResolvable inputReferenceConfig) Sets the value ofCfnIdNamespaceAssociationMixinProps.getInputReferenceConfig()- Parameters:
inputReferenceConfig- The input reference configuration for the ID namespace association.- Returns:
this
-
inputReferenceConfig
@Stability(Stable) public CfnIdNamespaceAssociationMixinProps.Builder inputReferenceConfig(CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferenceConfigProperty inputReferenceConfig) Sets the value ofCfnIdNamespaceAssociationMixinProps.getInputReferenceConfig()- Parameters:
inputReferenceConfig- The input reference configuration for the ID namespace association.- Returns:
this
-
membershipIdentifier
@Stability(Stable) public CfnIdNamespaceAssociationMixinProps.Builder membershipIdentifier(String membershipIdentifier) Sets the value ofCfnIdNamespaceAssociationMixinProps.getMembershipIdentifier()- Parameters:
membershipIdentifier- The unique identifier of the membership that contains the ID namespace association.- Returns:
this
-
name
Sets the value ofCfnIdNamespaceAssociationMixinProps.getName()- Parameters:
name- The name of this ID namespace association.- Returns:
this
-
tags
@Stability(Stable) public CfnIdNamespaceAssociationMixinProps.Builder tags(List<? extends CfnTag> tags) Sets the value ofCfnIdNamespaceAssociationMixinProps.getTags()- 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:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIdNamespaceAssociationMixinProps>- Returns:
- a new instance of
CfnIdNamespaceAssociationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-