Interface TrendArrowOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TrendArrowOptions.Builder,TrendArrowOptions>,SdkBuilder<TrendArrowOptions.Builder,TrendArrowOptions>,SdkPojo
- Enclosing class:
- TrendArrowOptions
public static interface TrendArrowOptions.Builder extends SdkPojo, CopyableBuilder<TrendArrowOptions.Builder,TrendArrowOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrendArrowOptions.Buildervisibility(String visibility)The visibility of the trend arrows.TrendArrowOptions.Buildervisibility(Visibility visibility)The visibility of the trend arrows.-
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 Detail
-
visibility
TrendArrowOptions.Builder visibility(String visibility)
The visibility of the trend arrows.
- Parameters:
visibility- The visibility of the trend arrows.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility,Visibility
-
visibility
TrendArrowOptions.Builder visibility(Visibility visibility)
The visibility of the trend arrows.
- Parameters:
visibility- The visibility of the trend arrows.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility,Visibility
-
-