Uses of Interface
software.amazon.awssdk.services.quicksight.model.JoinKeyProperties.Builder
-
Packages that use JoinKeyProperties.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of JoinKeyProperties.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return JoinKeyProperties.Builder Modifier and Type Method Description static JoinKeyProperties.BuilderJoinKeyProperties. builder()JoinKeyProperties.BuilderJoinKeyProperties. toBuilder()JoinKeyProperties.BuilderJoinKeyProperties.Builder. uniqueKey(Boolean uniqueKey)A value that indicates that a row in a table is uniquely identified by the columns in a join key.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type JoinKeyProperties.Builder Modifier and Type Method Description static Class<? extends JoinKeyProperties.Builder>JoinKeyProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type JoinKeyProperties.Builder Modifier and Type Method Description default JoinInstruction.BuilderJoinInstruction.Builder. leftJoinKeyProperties(Consumer<JoinKeyProperties.Builder> leftJoinKeyProperties)Join key properties of the left operand.default JoinInstruction.BuilderJoinInstruction.Builder. rightJoinKeyProperties(Consumer<JoinKeyProperties.Builder> rightJoinKeyProperties)Join key properties of the right operand.
-