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
Modifier and TypeMethodDescriptionThe maximum GPU for the accelerator.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 Details
-
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.
-
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.
-