Interface PivotedLabel.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PivotedLabel.Builder,,PivotedLabel> SdkBuilder<PivotedLabel.Builder,,PivotedLabel> SdkPojo
- Enclosing class:
PivotedLabel
@Mutable
@NotThreadSafe
public static interface PivotedLabel.Builder
extends SdkPojo, CopyableBuilder<PivotedLabel.Builder,PivotedLabel>
-
Method Summary
Modifier and TypeMethodDescriptionThe label value from the source data to be pivoted.newColumnId(String newColumnId) A unique identifier for the new column created from this pivoted label.newColumnName(String newColumnName) The name for the new column created from this pivoted 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
-
labelName
The label value from the source data to be pivoted.
- Parameters:
labelName- The label value from the source data to be pivoted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
newColumnName
The name for the new column created from this pivoted label.
- Parameters:
newColumnName- The name for the new column created from this pivoted label.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
newColumnId
A unique identifier for the new column created from this pivoted label.
- Parameters:
newColumnId- A unique identifier for the new column created from this pivoted label.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-