Interface TotalLocalStorageGBRequest.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<TotalLocalStorageGBRequest.Builder,,TotalLocalStorageGBRequest> SdkBuilder<TotalLocalStorageGBRequest.Builder,,TotalLocalStorageGBRequest> SdkPojo
- Enclosing class:
 TotalLocalStorageGBRequest
public static interface TotalLocalStorageGBRequest.Builder
extends SdkPojo, CopyableBuilder<TotalLocalStorageGBRequest.Builder,TotalLocalStorageGBRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe maximum amount of total local storage, in GB.The minimum amount of total local storage, 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
- 
min
The minimum amount of total local storage, in GB. To specify no minimum limit, omit this parameter.
- Parameters:
 min- The minimum amount of total local storage, in GB. To specify no minimum limit, omit this parameter.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
max
The maximum amount of total local storage, in GB. To specify no maximum limit, omit this parameter.
- Parameters:
 max- The maximum amount of total local storage, in GB. To specify no maximum limit, omit this parameter.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -