Interface ColumnLineageEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ColumnLineageEntry.Builder,,ColumnLineageEntry> SdkBuilder<ColumnLineageEntry.Builder,,ColumnLineageEntry> SdkPojo
- Enclosing class:
ColumnLineageEntry
@Mutable
@NotThreadSafe
public static interface ColumnLineageEntry.Builder
extends SdkPojo, CopyableBuilder<ColumnLineageEntry.Builder,ColumnLineageEntry>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the column in the intermediate table.sourceAccountId(String sourceAccountId) The Amazon Web Services account ID of the owner of the source table.sourceColumn(String sourceColumn) The name of the column in the source table.The unique identifier of the source table.sourceName(String sourceName) The name of the source table.sourceType(String sourceType) The type of the source table.sourceType(BaseTableDependencyType sourceType) The type of the source table.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
column
The name of the column in the intermediate table.
- Parameters:
column- The name of the column in the intermediate table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceColumn
The name of the column in the source table.
- Parameters:
sourceColumn- The name of the column in the source table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceName
The name of the source table.
- Parameters:
sourceName- The name of the source table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceId
The unique identifier of the source table.
- Parameters:
sourceId- The unique identifier of the source table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceType
The type of the source table.
- Parameters:
sourceType- The type of the source table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceType
The type of the source table.
- Parameters:
sourceType- The type of the source table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceAccountId
The Amazon Web Services account ID of the owner of the source table.
- Parameters:
sourceAccountId- The Amazon Web Services account ID of the owner of the source table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-