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
Modifier and TypeMethodDescriptionstorageSizeGiB
(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 Details
-
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.
-