@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
- `CfnDataSet.LogicalTableProperty.Alias`. This parameter is required.this
@Stability(value=Stable) public CfnDataSet.LogicalTableProperty.Builder source(CfnDataSet.LogicalTableSourceProperty source)
CfnDataSet.LogicalTableProperty.getSource()
source
- `CfnDataSet.LogicalTableProperty.Source`. This parameter is required.this
@Stability(value=Stable) public CfnDataSet.LogicalTableProperty.Builder source(IResolvable source)
CfnDataSet.LogicalTableProperty.getSource()
source
- `CfnDataSet.LogicalTableProperty.Source`. This parameter is required.this
@Stability(value=Stable) public CfnDataSet.LogicalTableProperty.Builder dataTransforms(IResolvable dataTransforms)
CfnDataSet.LogicalTableProperty.getDataTransforms()
dataTransforms
- `CfnDataSet.LogicalTableProperty.DataTransforms`.this
@Stability(value=Stable) public CfnDataSet.LogicalTableProperty.Builder dataTransforms(List<? extends Object> dataTransforms)
CfnDataSet.LogicalTableProperty.getDataTransforms()
dataTransforms
- `CfnDataSet.LogicalTableProperty.DataTransforms`.this
@Stability(value=Stable) public CfnDataSet.LogicalTableProperty build()
build
in interface software.amazon.jsii.Builder<CfnDataSet.LogicalTableProperty>
CfnDataSet.LogicalTableProperty
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.