@Stability(value=Stable) public static final class CfnDataSet.LogicalTableProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSet.LogicalTableProperty>
CfnDataSet.LogicalTableProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataSet.LogicalTableProperty.Builder |
alias(String alias)
Sets the value of
CfnDataSet.LogicalTableProperty.getAlias() |
CfnDataSet.LogicalTableProperty |
build()
Builds the configured instance.
|
CfnDataSet.LogicalTableProperty.Builder |
dataTransforms(IResolvable dataTransforms)
Sets the value of
CfnDataSet.LogicalTableProperty.getDataTransforms() |
CfnDataSet.LogicalTableProperty.Builder |
dataTransforms(List<? extends Object> dataTransforms)
Sets the value of
CfnDataSet.LogicalTableProperty.getDataTransforms() |
CfnDataSet.LogicalTableProperty.Builder |
source(CfnDataSet.LogicalTableSourceProperty source)
Sets the value of
CfnDataSet.LogicalTableProperty.getSource() |
CfnDataSet.LogicalTableProperty.Builder |
source(IResolvable source)
Sets the value of
CfnDataSet.LogicalTableProperty.getSource() |
@Stability(value=Stable) public CfnDataSet.LogicalTableProperty.Builder alias(String alias)
CfnDataSet.LogicalTableProperty.getAlias()alias - A display name for the logical table. This parameter is required.this@Stability(value=Stable) public CfnDataSet.LogicalTableProperty.Builder source(CfnDataSet.LogicalTableSourceProperty source)
CfnDataSet.LogicalTableProperty.getSource()source - Source of this logical table. This parameter is required.this@Stability(value=Stable) public CfnDataSet.LogicalTableProperty.Builder source(IResolvable source)
CfnDataSet.LogicalTableProperty.getSource()source - Source of this logical table. This parameter is required.this@Stability(value=Stable) public CfnDataSet.LogicalTableProperty.Builder dataTransforms(IResolvable dataTransforms)
CfnDataSet.LogicalTableProperty.getDataTransforms()dataTransforms - Transform operations that act on this logical table.this@Stability(value=Stable) public CfnDataSet.LogicalTableProperty.Builder dataTransforms(List<? extends Object> dataTransforms)
CfnDataSet.LogicalTableProperty.getDataTransforms()dataTransforms - Transform operations that act on this logical table.this@Stability(value=Stable) public CfnDataSet.LogicalTableProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSet.LogicalTableProperty>CfnDataSet.LogicalTablePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.