Interface InferenceAccelerator.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<InferenceAccelerator.Builder,,InferenceAccelerator> SdkBuilder<InferenceAccelerator.Builder,,InferenceAccelerator> SdkPojo
- Enclosing class:
 InferenceAccelerator
public static interface InferenceAccelerator.Builder
extends SdkPojo, CopyableBuilder<InferenceAccelerator.Builder,InferenceAccelerator> 
- 
Method Summary
Modifier and TypeMethodDescriptiondeviceName(String deviceName) The Elastic Inference accelerator device name.deviceType(String deviceType) The Elastic Inference accelerator type to use.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
deviceName
The Elastic Inference accelerator device name. The
deviceNamemust also be referenced in a container definition as a ResourceRequirement.- Parameters:
 deviceName- The Elastic Inference accelerator device name. ThedeviceNamemust also be referenced in a container definition as a ResourceRequirement.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
deviceType
The Elastic Inference accelerator type to use.
- Parameters:
 deviceType- The Elastic Inference accelerator type to use.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -