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