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