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