Interface MemoryMiBRange.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MemoryMiBRange.Builder,MemoryMiBRange>,SdkBuilder<MemoryMiBRange.Builder,MemoryMiBRange>,SdkPojo
- Enclosing class:
- MemoryMiBRange
public static interface MemoryMiBRange.Builder extends SdkPojo, CopyableBuilder<MemoryMiBRange.Builder,MemoryMiBRange>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MemoryMiBRange.Buildermax(Integer max)The maximum amount of memory (in MiB).MemoryMiBRange.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, sdkFields
-
-
-
-
Method Detail
-
max
MemoryMiBRange.Builder max(Integer max)
The maximum amount of memory (in MiB).
- Parameters:
max- The maximum amount of memory (in MiB).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
min
MemoryMiBRange.Builder min(Integer min)
The minimum amount of memory (in MiB).
- Parameters:
min- The minimum amount of memory (in MiB).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-