Interface DonutCenterOptions.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<DonutCenterOptions.Builder,,DonutCenterOptions> SdkBuilder<DonutCenterOptions.Builder,,DonutCenterOptions> SdkPojo
- Enclosing class:
 DonutCenterOptions
public static interface DonutCenterOptions.Builder
extends SdkPojo, CopyableBuilder<DonutCenterOptions.Builder,DonutCenterOptions> 
- 
Method Summary
Modifier and TypeMethodDescriptionlabelVisibility(String labelVisibility) Determines the visibility of the label in a donut chart.labelVisibility(Visibility labelVisibility) Determines the visibility of the label in a donut chart.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
labelVisibility
Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called
'Show total'.- Parameters:
 labelVisibility- Determines the visibility of the label in a donut chart. In the Amazon 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:
 
 - 
labelVisibility
Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called
'Show total'.- Parameters:
 labelVisibility- Determines the visibility of the label in a donut chart. In the Amazon 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:
 
 
 -