Interface DonutCenterOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DonutCenterOptions.Builder,DonutCenterOptions>,SdkBuilder<DonutCenterOptions.Builder,DonutCenterOptions>,SdkPojo
- Enclosing class:
- DonutCenterOptions
@Mutable @NotThreadSafe public static interface DonutCenterOptions.Builder extends SdkPojo, CopyableBuilder<DonutCenterOptions.Builder,DonutCenterOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DonutCenterOptions.BuilderlabelVisibility(String labelVisibility)Determines the visibility of the label in a donut chart.DonutCenterOptions.BuilderlabelVisibility(Visibility labelVisibility)Determines the visibility of the label in a donut chart.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
labelVisibility
DonutCenterOptions.Builder labelVisibility(String labelVisibility)
Determines the visibility of the label in a donut chart. In the QuickSight console, this option is called
'Show total'.- Parameters:
labelVisibility- Determines the visibility of the label in a donut chart. In the QuickSight console, this option is called'Show total'.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility,Visibility
-
labelVisibility
DonutCenterOptions.Builder labelVisibility(Visibility labelVisibility)
Determines the visibility of the label in a donut chart. In the QuickSight console, this option is called
'Show total'.- Parameters:
labelVisibility- Determines the visibility of the label in a donut chart. In the QuickSight console, this option is called'Show total'.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility,Visibility
-
-