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