Uses of Interface
software.amazon.awssdk.services.quicksight.model.LogicalTable.Builder
-
Packages that use LogicalTable.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of LogicalTable.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return LogicalTable.Builder Modifier and Type Method Description LogicalTable.BuilderLogicalTable.Builder. alias(String alias)A display name for the logical table.static LogicalTable.BuilderLogicalTable. builder()LogicalTable.BuilderLogicalTable.Builder. dataTransforms(Collection<TransformOperation> dataTransforms)Transform operations that act on this logical table.LogicalTable.BuilderLogicalTable.Builder. dataTransforms(Consumer<TransformOperation.Builder>... dataTransforms)Transform operations that act on this logical table.LogicalTable.BuilderLogicalTable.Builder. dataTransforms(TransformOperation... dataTransforms)Transform operations that act on this logical table.default LogicalTable.BuilderLogicalTable.Builder. source(Consumer<LogicalTableSource.Builder> source)Source of this logical table.LogicalTable.BuilderLogicalTable.Builder. source(LogicalTableSource source)Source of this logical table.LogicalTable.BuilderLogicalTable. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type LogicalTable.Builder Modifier and Type Method Description static Class<? extends LogicalTable.Builder>LogicalTable. serializableBuilderClass()
-