Interface MemoryMiB.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MemoryMiB.Builder,MemoryMiB>,SdkBuilder<MemoryMiB.Builder,MemoryMiB>,SdkPojo
- Enclosing class:
- MemoryMiB
public static interface MemoryMiB.Builder extends SdkPojo, CopyableBuilder<MemoryMiB.Builder,MemoryMiB>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MemoryMiB.Buildermax(Integer max)The maximum amount of memory, in MiB.MemoryMiB.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
MemoryMiB.Builder min(Integer min)
The minimum amount of memory, in MiB. If this parameter is not specified, there is no minimum limit.
- Parameters:
min- The minimum amount of memory, in MiB. 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
MemoryMiB.Builder max(Integer max)
The maximum amount of memory, in MiB. If this parameter is not specified, there is no maximum limit.
- Parameters:
max- The maximum amount of memory, in MiB. 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.
-
-