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
Modifier and TypeMethodDescriptionThe maximum total accelerator memory in MiB.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 Details
-
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
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.
-