Interface RootStorage.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RootStorage.Builder,RootStorage>,SdkBuilder<RootStorage.Builder,RootStorage>,SdkPojo
- Enclosing class:
- RootStorage
public static interface RootStorage.Builder extends SdkPojo, CopyableBuilder<RootStorage.Builder,RootStorage>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RootStorage.Buildercapacity(String capacity)The size of the root volume.-
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
-
capacity
RootStorage.Builder capacity(String capacity)
The size of the root volume.
- Parameters:
capacity- The size of the root volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-