Class GetDataSetLogicalTableMapSourceJoinInstruction
- java.lang.Object
-
- com.pulumi.aws.quicksight.outputs.GetDataSetLogicalTableMapSourceJoinInstruction
-
public final class GetDataSetLogicalTableMapSourceJoinInstruction extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetDataSetLogicalTableMapSourceJoinInstruction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetDataSetLogicalTableMapSourceJoinInstruction.Builder
builder()
static GetDataSetLogicalTableMapSourceJoinInstruction.Builder
builder(GetDataSetLogicalTableMapSourceJoinInstruction defaults)
java.util.List<GetDataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperty>
leftJoinKeyProperties()
java.lang.String
leftOperand()
java.lang.String
onClause()
java.util.List<GetDataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperty>
rightJoinKeyProperties()
java.lang.String
rightOperand()
java.lang.String
type()
-
-
-
Method Detail
-
leftJoinKeyProperties
public java.util.List<GetDataSetLogicalTableMapSourceJoinInstructionLeftJoinKeyProperty> leftJoinKeyProperties()
-
leftOperand
public java.lang.String leftOperand()
-
onClause
public java.lang.String onClause()
-
rightJoinKeyProperties
public java.util.List<GetDataSetLogicalTableMapSourceJoinInstructionRightJoinKeyProperty> rightJoinKeyProperties()
-
rightOperand
public java.lang.String rightOperand()
-
type
public java.lang.String type()
-
builder
public static GetDataSetLogicalTableMapSourceJoinInstruction.Builder builder()
-
builder
public static GetDataSetLogicalTableMapSourceJoinInstruction.Builder builder(GetDataSetLogicalTableMapSourceJoinInstruction defaults)
-
-