@Stability(value=Stable) public static final class CfnDataSet.JoinInstructionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSet.JoinInstructionProperty>
CfnDataSet.JoinInstructionProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDataSet.JoinInstructionProperty.Builder leftOperand(String leftOperand)
CfnDataSet.JoinInstructionProperty.getLeftOperand()leftOperand - The operand on the left side of a join. This parameter is required.this@Stability(value=Stable) public CfnDataSet.JoinInstructionProperty.Builder onClause(String onClause)
CfnDataSet.JoinInstructionProperty.getOnClause()onClause - The join instructions provided in the `ON` clause of a join. This parameter is required.this@Stability(value=Stable) public CfnDataSet.JoinInstructionProperty.Builder rightOperand(String rightOperand)
CfnDataSet.JoinInstructionProperty.getRightOperand()rightOperand - The operand on the right side of a join. This parameter is required.this@Stability(value=Stable) public CfnDataSet.JoinInstructionProperty.Builder type(String type)
CfnDataSet.JoinInstructionProperty.getType()type - The type of join that it is. This parameter is required.this@Stability(value=Stable) public CfnDataSet.JoinInstructionProperty.Builder leftJoinKeyProperties(IResolvable leftJoinKeyProperties)
CfnDataSet.JoinInstructionProperty.getLeftJoinKeyProperties()leftJoinKeyProperties - Join key properties of the left operand.this@Stability(value=Stable) public CfnDataSet.JoinInstructionProperty.Builder leftJoinKeyProperties(CfnDataSet.JoinKeyPropertiesProperty leftJoinKeyProperties)
CfnDataSet.JoinInstructionProperty.getLeftJoinKeyProperties()leftJoinKeyProperties - Join key properties of the left operand.this@Stability(value=Stable) public CfnDataSet.JoinInstructionProperty.Builder rightJoinKeyProperties(IResolvable rightJoinKeyProperties)
CfnDataSet.JoinInstructionProperty.getRightJoinKeyProperties()rightJoinKeyProperties - Join key properties of the right operand.this@Stability(value=Stable) public CfnDataSet.JoinInstructionProperty.Builder rightJoinKeyProperties(CfnDataSet.JoinKeyPropertiesProperty rightJoinKeyProperties)
CfnDataSet.JoinInstructionProperty.getRightJoinKeyProperties()rightJoinKeyProperties - Join key properties of the right operand.this@Stability(value=Stable) public CfnDataSet.JoinInstructionProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSet.JoinInstructionProperty>CfnDataSet.JoinInstructionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.