Class CfnDataSetPropsMixin.LogicalTableProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.LogicalTableProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSetPropsMixin.LogicalTableProperty>
- Enclosing interface:
CfnDataSetPropsMixin.LogicalTableProperty
@Stability(Stable)
public static final class CfnDataSetPropsMixin.LogicalTableProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSetPropsMixin.LogicalTableProperty>
A builder for
CfnDataSetPropsMixin.LogicalTableProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnDataSetPropsMixin.LogicalTableProperty.getAlias()build()Builds the configured instance.dataTransforms(List<? extends Object> dataTransforms) Sets the value ofCfnDataSetPropsMixin.LogicalTableProperty.getDataTransforms()dataTransforms(IResolvable dataTransforms) Sets the value ofCfnDataSetPropsMixin.LogicalTableProperty.getDataTransforms()Sets the value ofCfnDataSetPropsMixin.LogicalTableProperty.getSource()source(IResolvable source) Sets the value ofCfnDataSetPropsMixin.LogicalTableProperty.getSource()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
alias
Sets the value ofCfnDataSetPropsMixin.LogicalTableProperty.getAlias()- Parameters:
alias-A display name for the logical table.
.- Returns:
this
-
dataTransforms
@Stability(Stable) public CfnDataSetPropsMixin.LogicalTableProperty.Builder dataTransforms(IResolvable dataTransforms) Sets the value ofCfnDataSetPropsMixin.LogicalTableProperty.getDataTransforms()- Parameters:
dataTransforms-Transform operations that act on this logical table. For this structure to be valid, only one of the attributes can be non-null.
- Returns:
this
-
dataTransforms
@Stability(Stable) public CfnDataSetPropsMixin.LogicalTableProperty.Builder dataTransforms(List<? extends Object> dataTransforms) Sets the value ofCfnDataSetPropsMixin.LogicalTableProperty.getDataTransforms()- Parameters:
dataTransforms-Transform operations that act on this logical table. For this structure to be valid, only one of the attributes can be non-null.
- Returns:
this
-
source
@Stability(Stable) public CfnDataSetPropsMixin.LogicalTableProperty.Builder source(IResolvable source) Sets the value ofCfnDataSetPropsMixin.LogicalTableProperty.getSource()- Parameters:
source-Information about the source of a logical table. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
- Returns:
this
-
source
@Stability(Stable) public CfnDataSetPropsMixin.LogicalTableProperty.Builder source(CfnDataSetPropsMixin.LogicalTableSourceProperty source) Sets the value ofCfnDataSetPropsMixin.LogicalTableProperty.getSource()- Parameters:
source-Information about the source of a logical table. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSetPropsMixin.LogicalTableProperty>- Returns:
- a new instance of
CfnDataSetPropsMixin.LogicalTableProperty - Throws:
NullPointerException- if any required attribute was not provided
-