@Stability(value=Stable) public static final class CfnDataSet.LogicalTableSourceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSet.LogicalTableSourceProperty>
CfnDataSet.LogicalTableSourceProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataSet.LogicalTableSourceProperty |
build()
Builds the configured instance.
|
CfnDataSet.LogicalTableSourceProperty.Builder |
dataSetArn(String dataSetArn)
Sets the value of
CfnDataSet.LogicalTableSourceProperty.getDataSetArn() |
CfnDataSet.LogicalTableSourceProperty.Builder |
joinInstruction(CfnDataSet.JoinInstructionProperty joinInstruction)
Sets the value of
CfnDataSet.LogicalTableSourceProperty.getJoinInstruction() |
CfnDataSet.LogicalTableSourceProperty.Builder |
joinInstruction(IResolvable joinInstruction)
Sets the value of
CfnDataSet.LogicalTableSourceProperty.getJoinInstruction() |
CfnDataSet.LogicalTableSourceProperty.Builder |
physicalTableId(String physicalTableId)
Sets the value of
CfnDataSet.LogicalTableSourceProperty.getPhysicalTableId() |
@Stability(value=Stable) public CfnDataSet.LogicalTableSourceProperty.Builder dataSetArn(String dataSetArn)
CfnDataSet.LogicalTableSourceProperty.getDataSetArn()dataSetArn - The Amazon Resource Number (ARN) of the parent dataset.this@Stability(value=Stable) public CfnDataSet.LogicalTableSourceProperty.Builder joinInstruction(IResolvable joinInstruction)
CfnDataSet.LogicalTableSourceProperty.getJoinInstruction()joinInstruction - Specifies the result of a join of two logical tables.this@Stability(value=Stable) public CfnDataSet.LogicalTableSourceProperty.Builder joinInstruction(CfnDataSet.JoinInstructionProperty joinInstruction)
CfnDataSet.LogicalTableSourceProperty.getJoinInstruction()joinInstruction - Specifies the result of a join of two logical tables.this@Stability(value=Stable) public CfnDataSet.LogicalTableSourceProperty.Builder physicalTableId(String physicalTableId)
CfnDataSet.LogicalTableSourceProperty.getPhysicalTableId()physicalTableId - Physical table ID.this@Stability(value=Stable) public CfnDataSet.LogicalTableSourceProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSet.LogicalTableSourceProperty>CfnDataSet.LogicalTableSourcePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.