Interface LaunchTemplateElasticInferenceAcceleratorResponse.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<LaunchTemplateElasticInferenceAcceleratorResponse.Builder,,LaunchTemplateElasticInferenceAcceleratorResponse> SdkBuilder<LaunchTemplateElasticInferenceAcceleratorResponse.Builder,,LaunchTemplateElasticInferenceAcceleratorResponse> SdkPojo
- Enclosing class:
 LaunchTemplateElasticInferenceAcceleratorResponse
public static interface LaunchTemplateElasticInferenceAcceleratorResponse.Builder
extends SdkPojo, CopyableBuilder<LaunchTemplateElasticInferenceAcceleratorResponse.Builder,LaunchTemplateElasticInferenceAcceleratorResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe number of elastic inference accelerators to attach to the instance.The type of elastic inference accelerator.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, sdkFields 
- 
Method Details
- 
type
The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge.
- Parameters:
 type- The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
count
The number of elastic inference accelerators to attach to the instance.
Default: 1
- Parameters:
 count- The number of elastic inference accelerators to attach to the instance.Default: 1
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -