Interface TotalLocalStorageGBRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TotalLocalStorageGBRequest.Builder,TotalLocalStorageGBRequest>,SdkBuilder<TotalLocalStorageGBRequest.Builder,TotalLocalStorageGBRequest>,SdkPojo
- Enclosing class:
- TotalLocalStorageGBRequest
@Mutable @NotThreadSafe public static interface TotalLocalStorageGBRequest.Builder extends SdkPojo, CopyableBuilder<TotalLocalStorageGBRequest.Builder,TotalLocalStorageGBRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TotalLocalStorageGBRequest.Buildermax(Double max)The maximum total local storage in GB.TotalLocalStorageGBRequest.Buildermin(Double min)The minimum 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
TotalLocalStorageGBRequest.Builder min(Double min)
The minimum total local storage in GB. Instance types with less local storage are excluded from selection.
- Parameters:
min- The minimum total local storage in GB. Instance types with less local storage are excluded from selection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
max
TotalLocalStorageGBRequest.Builder max(Double max)
The maximum total local storage in GB. Instance types with more local storage are excluded from selection.
- Parameters:
max- The maximum total local storage in GB. Instance types with more local storage are excluded from selection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-