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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PivotTableRowsLabelOptions.BuildercustomLabel(String customLabel)The custom label string for the rows label.PivotTableRowsLabelOptions.Buildervisibility(String visibility)The visibility of the rows label.PivotTableRowsLabelOptions.Buildervisibility(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 Detail
-
visibility
PivotTableRowsLabelOptions.Builder visibility(String 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,Visibility
-
visibility
PivotTableRowsLabelOptions.Builder visibility(Visibility 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,Visibility
-
customLabel
PivotTableRowsLabelOptions.Builder customLabel(String 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.
-
-