Uses of Class
software.amazon.awscdk.services.quicksight.CfnDataSet.JoinInstructionProperty.Builder
-
Uses of CfnDataSet.JoinInstructionProperty.Builder in software.amazon.awscdk.services.quicksight
Modifier and TypeMethodDescriptionCfnDataSet.JoinInstructionProperty.builder()
CfnDataSet.JoinInstructionProperty.Builder.leftJoinKeyProperties
(IResolvable leftJoinKeyProperties) Sets the value ofCfnDataSet.JoinInstructionProperty.getLeftJoinKeyProperties()
CfnDataSet.JoinInstructionProperty.Builder.leftJoinKeyProperties
(CfnDataSet.JoinKeyPropertiesProperty leftJoinKeyProperties) Sets the value ofCfnDataSet.JoinInstructionProperty.getLeftJoinKeyProperties()
CfnDataSet.JoinInstructionProperty.Builder.leftOperand
(String leftOperand) Sets the value ofCfnDataSet.JoinInstructionProperty.getLeftOperand()
Sets the value ofCfnDataSet.JoinInstructionProperty.getOnClause()
CfnDataSet.JoinInstructionProperty.Builder.rightJoinKeyProperties
(IResolvable rightJoinKeyProperties) Sets the value ofCfnDataSet.JoinInstructionProperty.getRightJoinKeyProperties()
CfnDataSet.JoinInstructionProperty.Builder.rightJoinKeyProperties
(CfnDataSet.JoinKeyPropertiesProperty rightJoinKeyProperties) Sets the value ofCfnDataSet.JoinInstructionProperty.getRightJoinKeyProperties()
CfnDataSet.JoinInstructionProperty.Builder.rightOperand
(String rightOperand) Sets the value ofCfnDataSet.JoinInstructionProperty.getRightOperand()
Sets the value ofCfnDataSet.JoinInstructionProperty.getType()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSet.JoinInstructionProperty.Builder
.