Class CfnIdNamespaceAssociationPropsMixin.IdMappingConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnIdNamespaceAssociationPropsMixin.IdMappingConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdNamespaceAssociationPropsMixin.IdMappingConfigProperty>
- Enclosing interface:
CfnIdNamespaceAssociationPropsMixin.IdMappingConfigProperty
@Stability(Stable)
public static final class CfnIdNamespaceAssociationPropsMixin.IdMappingConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdNamespaceAssociationPropsMixin.IdMappingConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowUseAsDimensionColumn(Boolean allowUseAsDimensionColumn) allowUseAsDimensionColumn(IResolvable allowUseAsDimensionColumn) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
allowUseAsDimensionColumn
@Stability(Stable) public CfnIdNamespaceAssociationPropsMixin.IdMappingConfigProperty.Builder allowUseAsDimensionColumn(Boolean allowUseAsDimensionColumn) Sets the value ofCfnIdNamespaceAssociationPropsMixin.IdMappingConfigProperty.getAllowUseAsDimensionColumn()- Parameters:
allowUseAsDimensionColumn- An indicator as to whether you can use your column as a dimension column in the ID mapping table (TRUE) or not (FALSE). Default isFALSE.- Returns:
this
-
allowUseAsDimensionColumn
@Stability(Stable) public CfnIdNamespaceAssociationPropsMixin.IdMappingConfigProperty.Builder allowUseAsDimensionColumn(IResolvable allowUseAsDimensionColumn) Sets the value ofCfnIdNamespaceAssociationPropsMixin.IdMappingConfigProperty.getAllowUseAsDimensionColumn()- Parameters:
allowUseAsDimensionColumn- An indicator as to whether you can use your column as a dimension column in the ID mapping table (TRUE) or not (FALSE). Default isFALSE.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIdNamespaceAssociationPropsMixin.IdMappingConfigProperty>- Returns:
- a new instance of
CfnIdNamespaceAssociationPropsMixin.IdMappingConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-