public static interface LaunchTemplateElasticInferenceAcceleratorResponse.Builder extends SdkPojo, CopyableBuilder<LaunchTemplateElasticInferenceAcceleratorResponse.Builder,LaunchTemplateElasticInferenceAcceleratorResponse>
Modifier and Type | Method and Description |
---|---|
LaunchTemplateElasticInferenceAcceleratorResponse.Builder |
type(String type)
The type of elastic inference accelerator.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
LaunchTemplateElasticInferenceAcceleratorResponse.Builder type(String type)
The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge.
type
- The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and
eia1.xlarge.Copyright © 2019. All rights reserved.