Interface LaunchTemplateElasticInferenceAccelerator.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LaunchTemplateElasticInferenceAccelerator.Builder,LaunchTemplateElasticInferenceAccelerator>,SdkBuilder<LaunchTemplateElasticInferenceAccelerator.Builder,LaunchTemplateElasticInferenceAccelerator>,SdkPojo
- Enclosing class:
- LaunchTemplateElasticInferenceAccelerator
@Mutable @NotThreadSafe public static interface LaunchTemplateElasticInferenceAccelerator.Builder extends SdkPojo, CopyableBuilder<LaunchTemplateElasticInferenceAccelerator.Builder,LaunchTemplateElasticInferenceAccelerator>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LaunchTemplateElasticInferenceAccelerator.Buildercount(Integer count)The number of elastic inference accelerators to attach to the instance.LaunchTemplateElasticInferenceAccelerator.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
LaunchTemplateElasticInferenceAccelerator.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
LaunchTemplateElasticInferenceAccelerator.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.
-
-