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