| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static TransformOperation |
TransformOperation.fromCastColumnTypeOperation(CastColumnTypeOperation castColumnTypeOperation)
Create an instance of this class with
castColumnTypeOperation() initialized to the given value. |
static TransformOperation |
TransformOperation.fromCastColumnTypeOperation(Consumer<CastColumnTypeOperation.Builder> castColumnTypeOperation)
Create an instance of this class with
castColumnTypeOperation() initialized to the given value. |
static TransformOperation |
TransformOperation.fromCreateColumnsOperation(Consumer<CreateColumnsOperation.Builder> createColumnsOperation)
Create an instance of this class with
createColumnsOperation() initialized to the given value. |
static TransformOperation |
TransformOperation.fromCreateColumnsOperation(CreateColumnsOperation createColumnsOperation)
Create an instance of this class with
createColumnsOperation() initialized to the given value. |
static TransformOperation |
TransformOperation.fromFilterOperation(Consumer<FilterOperation.Builder> filterOperation)
Create an instance of this class with
filterOperation() initialized to the given value. |
static TransformOperation |
TransformOperation.fromFilterOperation(FilterOperation filterOperation)
Create an instance of this class with
filterOperation() initialized to the given value. |
static TransformOperation |
TransformOperation.fromOverrideDatasetParameterOperation(Consumer<OverrideDatasetParameterOperation.Builder> overrideDatasetParameterOperation)
Create an instance of this class with
overrideDatasetParameterOperation() initialized to the given
value. |
static TransformOperation |
TransformOperation.fromOverrideDatasetParameterOperation(OverrideDatasetParameterOperation overrideDatasetParameterOperation)
Create an instance of this class with
overrideDatasetParameterOperation() initialized to the given
value. |
static TransformOperation |
TransformOperation.fromProjectOperation(Consumer<ProjectOperation.Builder> projectOperation)
Create an instance of this class with
projectOperation() initialized to the given value. |
static TransformOperation |
TransformOperation.fromProjectOperation(ProjectOperation projectOperation)
Create an instance of this class with
projectOperation() initialized to the given value. |
static TransformOperation |
TransformOperation.fromRenameColumnOperation(Consumer<RenameColumnOperation.Builder> renameColumnOperation)
Create an instance of this class with
renameColumnOperation() initialized to the given value. |
static TransformOperation |
TransformOperation.fromRenameColumnOperation(RenameColumnOperation renameColumnOperation)
Create an instance of this class with
renameColumnOperation() initialized to the given value. |
static TransformOperation |
TransformOperation.fromTagColumnOperation(Consumer<TagColumnOperation.Builder> tagColumnOperation)
Create an instance of this class with
tagColumnOperation() initialized to the given value. |
static TransformOperation |
TransformOperation.fromTagColumnOperation(TagColumnOperation tagColumnOperation)
Create an instance of this class with
tagColumnOperation() initialized to the given value. |
static TransformOperation |
TransformOperation.fromUntagColumnOperation(Consumer<UntagColumnOperation.Builder> untagColumnOperation)
Create an instance of this class with
untagColumnOperation() initialized to the given value. |
static TransformOperation |
TransformOperation.fromUntagColumnOperation(UntagColumnOperation untagColumnOperation)
Create an instance of this class with
untagColumnOperation() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
List<TransformOperation> |
LogicalTable.dataTransforms()
Transform operations that act on this logical table.
|
| Modifier and Type | Method and Description |
|---|---|
LogicalTable.Builder |
LogicalTable.Builder.dataTransforms(TransformOperation... dataTransforms)
Transform operations that act on this logical table.
|
| Modifier and Type | Method and Description |
|---|---|
LogicalTable.Builder |
LogicalTable.Builder.dataTransforms(Collection<TransformOperation> dataTransforms)
Transform operations that act on this logical table.
|
Copyright © 2023. All rights reserved.