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