Interface TotalLocalStorageGB.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<TotalLocalStorageGB.Builder,TotalLocalStorageGB>
,SdkBuilder<TotalLocalStorageGB.Builder,TotalLocalStorageGB>
,SdkPojo
- Enclosing class:
- TotalLocalStorageGB
public static interface TotalLocalStorageGB.Builder extends SdkPojo, CopyableBuilder<TotalLocalStorageGB.Builder,TotalLocalStorageGB>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TotalLocalStorageGB.Builder
max(Double max)
The maximum amount of total local storage, in GB.TotalLocalStorageGB.Builder
min(Double min)
The minimum amount of total local storage, in GB.-
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
-
min
TotalLocalStorageGB.Builder min(Double min)
The minimum amount of total local storage, in GB. If this parameter is not specified, there is no minimum limit.
- Parameters:
min
- The minimum amount of total local storage, in GB. If this parameter is not specified, there is no minimum limit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
max
TotalLocalStorageGB.Builder max(Double max)
The maximum amount of total local storage, in GB. If this parameter is not specified, there is no maximum limit.
- Parameters:
max
- The maximum amount of total local storage, in GB. If this parameter is not specified, there is no maximum limit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-