Class CfnDataSet.JoinKeyPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDataSet.JoinKeyPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSet.JoinKeyPropertiesProperty>
- Enclosing interface:
CfnDataSet.JoinKeyPropertiesProperty
@Stability(Stable)
public static final class CfnDataSet.JoinKeyPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSet.JoinKeyPropertiesProperty>
A builder for
CfnDataSet.JoinKeyPropertiesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDataSet.JoinKeyPropertiesProperty.getUniqueKey()uniqueKey(IResolvable uniqueKey) Sets the value ofCfnDataSet.JoinKeyPropertiesProperty.getUniqueKey()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
uniqueKey
Sets the value ofCfnDataSet.JoinKeyPropertiesProperty.getUniqueKey()- Parameters:
uniqueKey- A value that indicates that a row in a table is uniquely identified by the columns in a join key. This is used by Quick Suite to optimize query performance.- Returns:
this
-
uniqueKey
@Stability(Stable) public CfnDataSet.JoinKeyPropertiesProperty.Builder uniqueKey(IResolvable uniqueKey) Sets the value ofCfnDataSet.JoinKeyPropertiesProperty.getUniqueKey()- Parameters:
uniqueKey- A value that indicates that a row in a table is uniquely identified by the columns in a join key. This is used by Quick Suite to optimize query performance.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSet.JoinKeyPropertiesProperty>- Returns:
- a new instance of
CfnDataSet.JoinKeyPropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-