Interface AcceleratorSelection.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AcceleratorSelection.Builder,
,AcceleratorSelection> SdkBuilder<AcceleratorSelection.Builder,
,AcceleratorSelection> SdkPojo
- Enclosing class:
AcceleratorSelection
public static interface AcceleratorSelection.Builder
extends SdkPojo, CopyableBuilder<AcceleratorSelection.Builder,AcceleratorSelection>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the GPU accelerator.name
(AcceleratorName name) The name of the GPU accelerator.The driver version that the GPU accelerator uses.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
-
name
The name of the GPU accelerator.
- Parameters:
name
- The name of the GPU accelerator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the GPU accelerator.
- Parameters:
name
- The name of the GPU accelerator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
runtime
The driver version that the GPU accelerator uses.
- Parameters:
runtime
- The driver version that the GPU accelerator uses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-