Interface ElasticInferenceAccelerator.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ElasticInferenceAccelerator.Builder,ElasticInferenceAccelerator>,SdkBuilder<ElasticInferenceAccelerator.Builder,ElasticInferenceAccelerator>,SdkPojo
- Enclosing class:
- ElasticInferenceAccelerator
public static interface ElasticInferenceAccelerator.Builder extends SdkPojo, CopyableBuilder<ElasticInferenceAccelerator.Builder,ElasticInferenceAccelerator>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElasticInferenceAccelerator.Buildercount(Integer count)The number of elastic inference accelerators to attach to the instance.ElasticInferenceAccelerator.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
ElasticInferenceAccelerator.Builder type(String type)
The type of elastic inference accelerator. The possible values are
eia1.medium,eia1.large,eia1.xlarge,eia2.medium,eia2.large, andeia2.xlarge.- Parameters:
type- The type of elastic inference accelerator. The possible values areeia1.medium,eia1.large,eia1.xlarge,eia2.medium,eia2.large, andeia2.xlarge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
count
ElasticInferenceAccelerator.Builder count(Integer 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.
-
-