Interface LogicalTable.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LogicalTable.Builder,
,LogicalTable> SdkBuilder<LogicalTable.Builder,
,LogicalTable> SdkPojo
- Enclosing class:
LogicalTable
-
Method Summary
Modifier and TypeMethodDescriptionA display name for the logical table.dataTransforms
(Collection<TransformOperation> dataTransforms) Transform operations that act on this logical table.dataTransforms
(Consumer<TransformOperation.Builder>... dataTransforms) Transform operations that act on this logical table.dataTransforms
(TransformOperation... dataTransforms) Transform operations that act on this logical table.default LogicalTable.Builder
source
(Consumer<LogicalTableSource.Builder> source) Source of this logical table.source
(LogicalTableSource source) Source of this logical table.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
alias
A display name for the logical table.
- Parameters:
alias
- A display name for the logical table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataTransforms
Transform operations that act on this logical table. For this structure to be valid, only one of the attributes can be non-null.
- Parameters:
dataTransforms
- Transform operations that act on this logical table. For this structure to be valid, only one of the attributes can be non-null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataTransforms
Transform operations that act on this logical table. For this structure to be valid, only one of the attributes can be non-null.
- Parameters:
dataTransforms
- Transform operations that act on this logical table. For this structure to be valid, only one of the attributes can be non-null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataTransforms
Transform operations that act on this logical table. For this structure to be valid, only one of the attributes can be non-null.
This is a convenience method that creates an instance of theTransformOperation.Builder
avoiding the need to create one manually viaTransformOperation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todataTransforms(List<TransformOperation>)
.- Parameters:
dataTransforms
- a consumer that will call methods onTransformOperation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
source
Source of this logical table.
- Parameters:
source
- Source of this logical table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
Source of this logical table.
This is a convenience method that creates an instance of theLogicalTableSource.Builder
avoiding the need to create one manually viaLogicalTableSource.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosource(LogicalTableSource)
.- Parameters:
source
- a consumer that will call methods onLogicalTableSource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-