Uses of Interface
software.amazon.awssdk.services.quicksight.model.LogicalTableSource.Builder
-
Packages that use LogicalTableSource.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of LogicalTableSource.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return LogicalTableSource.Builder Modifier and Type Method Description static LogicalTableSource.BuilderLogicalTableSource. builder()LogicalTableSource.BuilderLogicalTableSource.Builder. dataSetArn(String dataSetArn)The Amazon Resource Number (ARN) of the parent dataset.default LogicalTableSource.BuilderLogicalTableSource.Builder. joinInstruction(Consumer<JoinInstruction.Builder> joinInstruction)Specifies the result of a join of two logical tables.LogicalTableSource.BuilderLogicalTableSource.Builder. joinInstruction(JoinInstruction joinInstruction)Specifies the result of a join of two logical tables.LogicalTableSource.BuilderLogicalTableSource.Builder. physicalTableId(String physicalTableId)Physical table ID.LogicalTableSource.BuilderLogicalTableSource. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type LogicalTableSource.Builder Modifier and Type Method Description static Class<? extends LogicalTableSource.Builder>LogicalTableSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type LogicalTableSource.Builder Modifier and Type Method Description default LogicalTable.BuilderLogicalTable.Builder. source(Consumer<LogicalTableSource.Builder> source)Source of this logical table.
-