Interface DefaultEbsStorageSettings.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<DefaultEbsStorageSettings.Builder,,DefaultEbsStorageSettings> SdkBuilder<DefaultEbsStorageSettings.Builder,,DefaultEbsStorageSettings> SdkPojo
- Enclosing class:
 DefaultEbsStorageSettings
public static interface DefaultEbsStorageSettings.Builder
extends SdkPojo, CopyableBuilder<DefaultEbsStorageSettings.Builder,DefaultEbsStorageSettings> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefaultEbsVolumeSizeInGb(Integer defaultEbsVolumeSizeInGb) The default size of the EBS storage volume for a space.maximumEbsVolumeSizeInGb(Integer maximumEbsVolumeSizeInGb) The maximum size of the EBS storage volume for a space.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
- 
defaultEbsVolumeSizeInGb
The default size of the EBS storage volume for a space.
- Parameters:
 defaultEbsVolumeSizeInGb- The default size of the EBS storage volume for a space.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
maximumEbsVolumeSizeInGb
The maximum size of the EBS storage volume for a space.
- Parameters:
 maximumEbsVolumeSizeInGb- The maximum size of the EBS storage volume for a space.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -