Class GetDataSetLogicalTableMapSourceJoinInstruction.Builder
- java.lang.Object
-
- com.pulumi.aws.quicksight.outputs.GetDataSetLogicalTableMapSourceJoinInstruction.Builder
-
- Enclosing class:
- GetDataSetLogicalTableMapSourceJoinInstruction
public static final class GetDataSetLogicalTableMapSourceJoinInstruction.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetDataSetLogicalTableMapSourceJoinInstruction defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetDataSetLogicalTableMapSourceJoinInstruction defaults)
-
-
Method Detail
-
leftJoinKeyProperties
public GetDataSetLogicalTableMapSourceJoinInstruction.Builder leftJoinKeyProperties(java.util.List<GetDataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperty> leftJoinKeyProperties)
-
leftJoinKeyProperties
public GetDataSetLogicalTableMapSourceJoinInstruction.Builder leftJoinKeyProperties(GetDataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperty... leftJoinKeyProperties)
-
leftOperand
public GetDataSetLogicalTableMapSourceJoinInstruction.Builder leftOperand(java.lang.String leftOperand)
-
onClause
public GetDataSetLogicalTableMapSourceJoinInstruction.Builder onClause(java.lang.String onClause)
-
rightJoinKeyProperties
public GetDataSetLogicalTableMapSourceJoinInstruction.Builder rightJoinKeyProperties(java.util.List<GetDataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperty> rightJoinKeyProperties)
-
rightJoinKeyProperties
public GetDataSetLogicalTableMapSourceJoinInstruction.Builder rightJoinKeyProperties(GetDataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperty... rightJoinKeyProperties)
-
rightOperand
public GetDataSetLogicalTableMapSourceJoinInstruction.Builder rightOperand(java.lang.String rightOperand)
-
type
public GetDataSetLogicalTableMapSourceJoinInstruction.Builder type(java.lang.String type)
-
build
public GetDataSetLogicalTableMapSourceJoinInstruction build()
-
-