Class CfnDataSetPropsMixin.DataSetSemanticMetadataProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.DataSetSemanticMetadataProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSetPropsMixin.DataSetSemanticMetadataProperty>
- Enclosing interface:
CfnDataSetPropsMixin.DataSetSemanticMetadataProperty
@Stability(Stable)
public static final class CfnDataSetPropsMixin.DataSetSemanticMetadataProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSetPropsMixin.DataSetSemanticMetadataProperty>
A builder for
CfnDataSetPropsMixin.DataSetSemanticMetadataProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.customInstructions(List<? extends Object> customInstructions) customInstructions(IResolvable customInstructions) Sets the value ofCfnDataSetPropsMixin.DataSetSemanticMetadataProperty.getDescription()description(IResolvable description) Sets the value ofCfnDataSetPropsMixin.DataSetSemanticMetadataProperty.getDescription()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
customInstructions
@Stability(Stable) public CfnDataSetPropsMixin.DataSetSemanticMetadataProperty.Builder customInstructions(IResolvable customInstructions) - Parameters:
customInstructions- the value to be set.- Returns:
this
-
customInstructions
@Stability(Stable) public CfnDataSetPropsMixin.DataSetSemanticMetadataProperty.Builder customInstructions(List<? extends Object> customInstructions) - Parameters:
customInstructions- the value to be set.- Returns:
this
-
description
@Stability(Stable) public CfnDataSetPropsMixin.DataSetSemanticMetadataProperty.Builder description(IResolvable description) Sets the value ofCfnDataSetPropsMixin.DataSetSemanticMetadataProperty.getDescription()- Parameters:
description- the value to be set.- Returns:
this
-
description
@Stability(Stable) public CfnDataSetPropsMixin.DataSetSemanticMetadataProperty.Builder description(CfnDataSetPropsMixin.DataSetSemanticDescriptionProperty description) Sets the value ofCfnDataSetPropsMixin.DataSetSemanticMetadataProperty.getDescription()- Parameters:
description- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSetPropsMixin.DataSetSemanticMetadataProperty>- Returns:
- a new instance of
CfnDataSetPropsMixin.DataSetSemanticMetadataProperty - Throws:
NullPointerException- if any required attribute was not provided
-