Uses of Interface
software.amazon.awssdk.services.quicksight.model.PivotTableRowsLabelOptions.Builder
-
Packages that use PivotTableRowsLabelOptions.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of PivotTableRowsLabelOptions.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return PivotTableRowsLabelOptions.Builder Modifier and Type Method Description static PivotTableRowsLabelOptions.BuilderPivotTableRowsLabelOptions. builder()PivotTableRowsLabelOptions.BuilderPivotTableRowsLabelOptions.Builder. customLabel(String customLabel)The custom label string for the rows label.PivotTableRowsLabelOptions.BuilderPivotTableRowsLabelOptions. toBuilder()PivotTableRowsLabelOptions.BuilderPivotTableRowsLabelOptions.Builder. visibility(String visibility)The visibility of the rows label.PivotTableRowsLabelOptions.BuilderPivotTableRowsLabelOptions.Builder. visibility(Visibility visibility)The visibility of the rows label.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type PivotTableRowsLabelOptions.Builder Modifier and Type Method Description static Class<? extends PivotTableRowsLabelOptions.Builder>PivotTableRowsLabelOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type PivotTableRowsLabelOptions.Builder Modifier and Type Method Description default PivotTableOptions.BuilderPivotTableOptions.Builder. rowsLabelOptions(Consumer<PivotTableRowsLabelOptions.Builder> rowsLabelOptions)The options for the label that is located above the row headers.
-