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