Interface AwsEc2LaunchTemplateDataElasticInferenceAcceleratorSetDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsEc2LaunchTemplateDataElasticInferenceAcceleratorSetDetails.Builder,
,AwsEc2LaunchTemplateDataElasticInferenceAcceleratorSetDetails> SdkBuilder<AwsEc2LaunchTemplateDataElasticInferenceAcceleratorSetDetails.Builder,
,AwsEc2LaunchTemplateDataElasticInferenceAcceleratorSetDetails> SdkPojo
- Enclosing class:
AwsEc2LaunchTemplateDataElasticInferenceAcceleratorSetDetails
@Mutable
@NotThreadSafe
public static interface AwsEc2LaunchTemplateDataElasticInferenceAcceleratorSetDetails.Builder
extends SdkPojo, CopyableBuilder<AwsEc2LaunchTemplateDataElasticInferenceAcceleratorSetDetails.Builder,AwsEc2LaunchTemplateDataElasticInferenceAcceleratorSetDetails>
-
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
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 Details
-
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.
-
type
The type of Elastic Inference accelerator.
- Parameters:
type
- The type of Elastic Inference accelerator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-