Interface LaunchTemplateElasticInferenceAcceleratorResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LaunchTemplateElasticInferenceAcceleratorResponse.Builder,LaunchTemplateElasticInferenceAcceleratorResponse>,SdkBuilder<LaunchTemplateElasticInferenceAcceleratorResponse.Builder,LaunchTemplateElasticInferenceAcceleratorResponse>,SdkPojo
- Enclosing class:
- LaunchTemplateElasticInferenceAcceleratorResponse
@Mutable @NotThreadSafe public static interface LaunchTemplateElasticInferenceAcceleratorResponse.Builder extends SdkPojo, CopyableBuilder<LaunchTemplateElasticInferenceAcceleratorResponse.Builder,LaunchTemplateElasticInferenceAcceleratorResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LaunchTemplateElasticInferenceAcceleratorResponse.Buildercount(Integer count)The number of elastic inference accelerators to attach to the instance.LaunchTemplateElasticInferenceAcceleratorResponse.Buildertype(String type)The type of elastic inference accelerator.-
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 Detail
-
type
LaunchTemplateElasticInferenceAcceleratorResponse.Builder type(String 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
LaunchTemplateElasticInferenceAcceleratorResponse.Builder count(Integer count)
The number of elastic inference accelerators to attach to the instance.
- Parameters:
count- The number of elastic inference accelerators to attach to the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-