Class CfnIdNamespaceAssociation.IdMappingConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.cleanrooms.CfnIdNamespaceAssociation.IdMappingConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdNamespaceAssociation.IdMappingConfigProperty>
- Enclosing interface:
CfnIdNamespaceAssociation.IdMappingConfigProperty
@Stability(Stable)
public static final class CfnIdNamespaceAssociation.IdMappingConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdNamespaceAssociation.IdMappingConfigProperty>
A builder for
CfnIdNamespaceAssociation.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 CfnIdNamespaceAssociation.IdMappingConfigProperty.Builder allowUseAsDimensionColumn(Boolean allowUseAsDimensionColumn) - 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
). This parameter is required. Default isFALSE
.- Returns:
this
-
allowUseAsDimensionColumn
@Stability(Stable) public CfnIdNamespaceAssociation.IdMappingConfigProperty.Builder allowUseAsDimensionColumn(IResolvable allowUseAsDimensionColumn) - 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
). This parameter is required. Default isFALSE
.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnIdNamespaceAssociation.IdMappingConfigProperty>
- Returns:
- a new instance of
CfnIdNamespaceAssociation.IdMappingConfigProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-