Class CfnDataSet.LogicalTableSourceProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDataSet.LogicalTableSourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSet.LogicalTableSourceProperty>
- Enclosing interface:
CfnDataSet.LogicalTableSourceProperty
@Stability(Stable)
public static final class CfnDataSet.LogicalTableSourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSet.LogicalTableSourceProperty>
A builder for
CfnDataSet.LogicalTableSourceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dataSetArn(String dataSetArn) Sets the value ofCfnDataSet.LogicalTableSourceProperty.getDataSetArn()joinInstruction(IResolvable joinInstruction) Sets the value ofCfnDataSet.LogicalTableSourceProperty.getJoinInstruction()joinInstruction(CfnDataSet.JoinInstructionProperty joinInstruction) Sets the value ofCfnDataSet.LogicalTableSourceProperty.getJoinInstruction()physicalTableId(String physicalTableId) Sets the value ofCfnDataSet.LogicalTableSourceProperty.getPhysicalTableId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataSetArn
@Stability(Stable) public CfnDataSet.LogicalTableSourceProperty.Builder dataSetArn(String dataSetArn) Sets the value ofCfnDataSet.LogicalTableSourceProperty.getDataSetArn()- Parameters:
dataSetArn- The Amazon Resource Number (ARN) of the parent dataset.- Returns:
this
-
joinInstruction
@Stability(Stable) public CfnDataSet.LogicalTableSourceProperty.Builder joinInstruction(IResolvable joinInstruction) Sets the value ofCfnDataSet.LogicalTableSourceProperty.getJoinInstruction()- Parameters:
joinInstruction- Specifies the result of a join of two logical tables.- Returns:
this
-
joinInstruction
@Stability(Stable) public CfnDataSet.LogicalTableSourceProperty.Builder joinInstruction(CfnDataSet.JoinInstructionProperty joinInstruction) Sets the value ofCfnDataSet.LogicalTableSourceProperty.getJoinInstruction()- Parameters:
joinInstruction- Specifies the result of a join of two logical tables.- Returns:
this
-
physicalTableId
@Stability(Stable) public CfnDataSet.LogicalTableSourceProperty.Builder physicalTableId(String physicalTableId) Sets the value ofCfnDataSet.LogicalTableSourceProperty.getPhysicalTableId()- Parameters:
physicalTableId- Physical table ID.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSet.LogicalTableSourceProperty>- Returns:
- a new instance of
CfnDataSet.LogicalTableSourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-