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