Class CfnDataSet.LogicalTableProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSet.LogicalTableProperty>
- Enclosing interface:
CfnDataSet.LogicalTableProperty
CfnDataSet.LogicalTableProperty-
Constructor Summary
Constructors -
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-Information about the source of a logical table. This parameter is required. 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 CfnDataSet.LogicalTableProperty.Builder source(CfnDataSet.LogicalTableSourceProperty source) Sets the value ofCfnDataSet.LogicalTableProperty.getSource()- Parameters:
source-Information about the source of a logical table. This parameter is required. This is a variant type structure. 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(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:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSet.LogicalTableProperty>- Returns:
- a new instance of
CfnDataSet.LogicalTableProperty - Throws:
NullPointerException- if any required attribute was not provided
-