Interface LogicalTable.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<LogicalTable.Builder,,- LogicalTable> - SdkBuilder<LogicalTable.Builder,,- LogicalTable> - SdkPojo
- Enclosing class:
- LogicalTable
- 
Method SummaryModifier 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.Buildersource(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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
aliasA 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.
 
- 
dataTransformsTransform 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.
 
- 
dataTransformsTransform 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.
 
- 
dataTransformsTransform 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.Builderavoiding the need to create one manually viaTransformOperation.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataTransforms(List<TransformOperation>).- Parameters:
- dataTransforms- a consumer that will call methods on- TransformOperation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sourceSource 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.
 
- 
sourceSource of this logical table. This is a convenience method that creates an instance of theLogicalTableSource.Builderavoiding the need to create one manually viaLogicalTableSource.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosource(LogicalTableSource).- Parameters:
- source- a consumer that will call methods on- LogicalTableSource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-