Uses of Interface
software.amazon.awssdk.services.quicksight.model.PivotTableFieldOption.Builder
-
Packages that use PivotTableFieldOption.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of PivotTableFieldOption.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return PivotTableFieldOption.Builder Modifier and Type Method Description static PivotTableFieldOption.BuilderPivotTableFieldOption. builder()PivotTableFieldOption.BuilderPivotTableFieldOption.Builder. customLabel(String customLabel)The custom label of the pivot table field.PivotTableFieldOption.BuilderPivotTableFieldOption.Builder. fieldId(String fieldId)The field ID of the pivot table field.PivotTableFieldOption.BuilderPivotTableFieldOption. toBuilder()PivotTableFieldOption.BuilderPivotTableFieldOption.Builder. visibility(String visibility)The visibility of the pivot table field.PivotTableFieldOption.BuilderPivotTableFieldOption.Builder. visibility(Visibility visibility)The visibility of the pivot table field.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type PivotTableFieldOption.Builder Modifier and Type Method Description static Class<? extends PivotTableFieldOption.Builder>PivotTableFieldOption. serializableBuilderClass()
-