Interface AcceleratorTotalMemoryMiBRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AcceleratorTotalMemoryMiBRequest.Builder,AcceleratorTotalMemoryMiBRequest>,SdkBuilder<AcceleratorTotalMemoryMiBRequest.Builder,AcceleratorTotalMemoryMiBRequest>,SdkPojo
- Enclosing class:
- AcceleratorTotalMemoryMiBRequest
@Mutable @NotThreadSafe public static interface AcceleratorTotalMemoryMiBRequest.Builder extends SdkPojo, CopyableBuilder<AcceleratorTotalMemoryMiBRequest.Builder,AcceleratorTotalMemoryMiBRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AcceleratorTotalMemoryMiBRequest.Buildermax(Integer max)The maximum total accelerator memory in MiB.AcceleratorTotalMemoryMiBRequest.Buildermin(Integer min)The minimum total accelerator 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
AcceleratorTotalMemoryMiBRequest.Builder min(Integer min)
The minimum total accelerator memory in MiB. Instance types with less accelerator memory are excluded from selection.
- Parameters:
min- The minimum total accelerator memory in MiB. Instance types with less accelerator memory are excluded from selection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
max
AcceleratorTotalMemoryMiBRequest.Builder max(Integer max)
The maximum total accelerator memory in MiB. Instance types with more accelerator memory are excluded from selection.
- Parameters:
max- The maximum total accelerator memory in MiB. Instance types with more accelerator memory are excluded from selection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-