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