Interface VolumeConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VolumeConfig.Builder,,VolumeConfig> SdkBuilder<VolumeConfig.Builder,,VolumeConfig> SdkPojo
- Enclosing class:
VolumeConfig
@Mutable
@NotThreadSafe
public static interface VolumeConfig.Builder
extends SdkPojo, CopyableBuilder<VolumeConfig.Builder,VolumeConfig>
-
Method Summary
Modifier and TypeMethodDescriptionvolumeSizeInGb(Integer volumeSizeInGb) The size of the root volume in GB.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
volumeSizeInGb
The size of the root volume in GB. Valid range is 200-500 GB. The default is 200 GB, which is included in the hourly instance rate. Additional storage beyond 200 GB incurs extra charges and applies to instances regardless of their running state.
- Parameters:
volumeSizeInGb- The size of the root volume in GB. Valid range is 200-500 GB. The default is 200 GB, which is included in the hourly instance rate. Additional storage beyond 200 GB incurs extra charges and applies to instances regardless of their running state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-