Interface ArcConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ArcConfiguration.Builder,
,ArcConfiguration> SdkBuilder<ArcConfiguration.Builder,
,ArcConfiguration> SdkPojo
- Enclosing class:
ArcConfiguration
public static interface ArcConfiguration.Builder
extends SdkPojo, CopyableBuilder<ArcConfiguration.Builder,ArcConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe option that determines the arc angle of aGaugeChartVisual
.arcThickness
(String arcThickness) The options that determine the arc thickness of aGaugeChartVisual
.arcThickness
(ArcThicknessOptions arcThickness) The options that determine the arc thickness of aGaugeChartVisual
.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 Details
-
arcAngle
The option that determines the arc angle of a
GaugeChartVisual
.- Parameters:
arcAngle
- The option that determines the arc angle of aGaugeChartVisual
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arcThickness
The options that determine the arc thickness of a
GaugeChartVisual
.- Parameters:
arcThickness
- The options that determine the arc thickness of aGaugeChartVisual
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
arcThickness
The options that determine the arc thickness of a
GaugeChartVisual
.- Parameters:
arcThickness
- The options that determine the arc thickness of aGaugeChartVisual
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-