Class CfnDataSet.LogicalTableProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDataSet.LogicalTableProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSet.LogicalTableProperty>
- Enclosing interface:
- CfnDataSet.LogicalTableProperty
@Stability(Stable)
public static final class CfnDataSet.LogicalTableProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSet.LogicalTableProperty>
A builder for
CfnDataSet.LogicalTableProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnDataSet.LogicalTableProperty.getAlias()
build()
Builds the configured instance.dataTransforms
(List<? extends Object> dataTransforms) Sets the value ofCfnDataSet.LogicalTableProperty.getDataTransforms()
dataTransforms
(IResolvable dataTransforms) Sets the value ofCfnDataSet.LogicalTableProperty.getDataTransforms()
source
(IResolvable source) Sets the value ofCfnDataSet.LogicalTableProperty.getSource()
Sets the value ofCfnDataSet.LogicalTableProperty.getSource()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
alias
Sets the value ofCfnDataSet.LogicalTableProperty.getAlias()
- Parameters:
alias
- A display name for the logical table. This parameter is required.- Returns:
this
-
source
Sets the value ofCfnDataSet.LogicalTableProperty.getSource()
- Parameters:
source
- Source of this logical table. This parameter is required.- Returns:
this
-
source
@Stability(Stable) public CfnDataSet.LogicalTableProperty.Builder source(CfnDataSet.LogicalTableSourceProperty source) Sets the value ofCfnDataSet.LogicalTableProperty.getSource()
- Parameters:
source
- Source of this logical table. This parameter is required.- Returns:
this
-
dataTransforms
@Stability(Stable) public CfnDataSet.LogicalTableProperty.Builder dataTransforms(IResolvable dataTransforms) Sets the value ofCfnDataSet.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 CfnDataSet.LogicalTableProperty.Builder dataTransforms(List<? extends Object> dataTransforms) Sets the value ofCfnDataSet.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
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDataSet.LogicalTableProperty>
- Returns:
- a new instance of
CfnDataSet.LogicalTableProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-