Interface OutputColumnNameOverride.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OutputColumnNameOverride.Builder,,OutputColumnNameOverride> SdkBuilder<OutputColumnNameOverride.Builder,,OutputColumnNameOverride> SdkPojo
- Enclosing class:
OutputColumnNameOverride
@Mutable
@NotThreadSafe
public static interface OutputColumnNameOverride.Builder
extends SdkPojo, CopyableBuilder<OutputColumnNameOverride.Builder,OutputColumnNameOverride>
-
Method Summary
Modifier and TypeMethodDescriptionoutputColumnName(String outputColumnName) The new name to assign to the column in the output.sourceColumnName(String sourceColumnName) The original name of the column from the source transform operation.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
-
sourceColumnName
The original name of the column from the source transform operation.
- Parameters:
sourceColumnName- The original name of the column from the source transform operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputColumnName
The new name to assign to the column in the output.
- Parameters:
outputColumnName- The new name to assign to the column in the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-