Interface ColumnToUnpivot.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ColumnToUnpivot.Builder,,ColumnToUnpivot> SdkBuilder<ColumnToUnpivot.Builder,,ColumnToUnpivot> SdkPojo
- Enclosing class:
ColumnToUnpivot
@Mutable
@NotThreadSafe
public static interface ColumnToUnpivot.Builder
extends SdkPojo, CopyableBuilder<ColumnToUnpivot.Builder,ColumnToUnpivot>
-
Method Summary
Modifier and TypeMethodDescriptioncolumnName(String columnName) The name of the column to unpivot from the source data.The value to assign to this column in the unpivoted result, typically the column name or a descriptive label.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 unpivot from the source data.
- Parameters:
columnName- The name of the column to unpivot from the source data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
newValue
The value to assign to this column in the unpivoted result, typically the column name or a descriptive label.
- Parameters:
newValue- The value to assign to this column in the unpivoted result, typically the column name or a descriptive label.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-