Interface PivotTableRowsLabelOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PivotTableRowsLabelOptions.Builder,
,PivotTableRowsLabelOptions> SdkBuilder<PivotTableRowsLabelOptions.Builder,
,PivotTableRowsLabelOptions> SdkPojo
- Enclosing class:
PivotTableRowsLabelOptions
public static interface PivotTableRowsLabelOptions.Builder
extends SdkPojo, CopyableBuilder<PivotTableRowsLabelOptions.Builder,PivotTableRowsLabelOptions>
-
Method Summary
Modifier and TypeMethodDescriptioncustomLabel
(String customLabel) The custom label string for the rows label.visibility
(String visibility) The visibility of the rows label.visibility
(Visibility visibility) The visibility of the rows label.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
visibility
The visibility of the rows label.
- Parameters:
visibility
- The visibility of the rows label.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visibility
The visibility of the rows label.
- Parameters:
visibility
- The visibility of the rows label.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
customLabel
The custom label string for the rows label.
- Parameters:
customLabel
- The custom label string for the rows label.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-