Class CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferencePropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.cleanrooms.mixins.CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferencePropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferencePropertiesProperty>
- Enclosing interface:
CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferencePropertiesProperty
@Stability(Stable)
public static final class CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferencePropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferencePropertiesProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.idMappingWorkflowsSupported(List<? extends Object> idMappingWorkflowsSupported) idMappingWorkflowsSupported(IResolvable idMappingWorkflowsSupported) idNamespaceType(String idNamespaceType)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
idMappingWorkflowsSupported
@Stability(Stable) public CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferencePropertiesProperty.Builder idMappingWorkflowsSupported(List<? extends Object> idMappingWorkflowsSupported) Sets the value ofCfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferencePropertiesProperty.getIdMappingWorkflowsSupported()- Parameters:
idMappingWorkflowsSupported- Defines how ID mapping workflows are supported for this ID namespace association.- Returns:
this
-
idMappingWorkflowsSupported
@Stability(Stable) public CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferencePropertiesProperty.Builder idMappingWorkflowsSupported(IResolvable idMappingWorkflowsSupported) Sets the value ofCfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferencePropertiesProperty.getIdMappingWorkflowsSupported()- Parameters:
idMappingWorkflowsSupported- Defines how ID mapping workflows are supported for this ID namespace association.- Returns:
this
-
idNamespaceType
@Stability(Stable) public CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferencePropertiesProperty.Builder idNamespaceType(String idNamespaceType) Sets the value ofCfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferencePropertiesProperty.getIdNamespaceType()- Parameters:
idNamespaceType- The ID namespace type for this ID namespace association.- Returns:
this
-
build
@Stability(Stable) public CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferencePropertiesProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferencePropertiesProperty>- Returns:
- a new instance of
CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferencePropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-