Interface AppendedColumn.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AppendedColumn.Builder,,AppendedColumn> SdkBuilder<AppendedColumn.Builder,,AppendedColumn> SdkPojo
- Enclosing class:
AppendedColumn
@Mutable
@NotThreadSafe
public static interface AppendedColumn.Builder
extends SdkPojo, CopyableBuilder<AppendedColumn.Builder,AppendedColumn>
-
Method Summary
Modifier and TypeMethodDescriptioncolumnName(String columnName) The name of the column to include in the appended result.newColumnId(String newColumnId) A unique identifier for the column in the appended result.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
-
columnName
The name of the column to include in the appended result.
- Parameters:
columnName- The name of the column to include in the appended result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
newColumnId
A unique identifier for the column in the appended result.
- Parameters:
newColumnId- A unique identifier for the column in the appended result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-