public static interface ElasticInferenceAccelerator.Builder extends SdkPojo, CopyableBuilder<ElasticInferenceAccelerator.Builder,ElasticInferenceAccelerator>
| Modifier and Type | Method and Description |
|---|---|
default ElasticInferenceAccelerator.Builder |
acceleratorHealth(Consumer<ElasticInferenceAcceleratorHealth.Builder> acceleratorHealth)
The health of the Elastic Inference Accelerator.
|
ElasticInferenceAccelerator.Builder |
acceleratorHealth(ElasticInferenceAcceleratorHealth acceleratorHealth)
The health of the Elastic Inference Accelerator.
|
ElasticInferenceAccelerator.Builder |
acceleratorId(String acceleratorId)
The ID of the Elastic Inference Accelerator.
|
ElasticInferenceAccelerator.Builder |
acceleratorType(String acceleratorType)
The type of the Elastic Inference Accelerator.
|
ElasticInferenceAccelerator.Builder |
attachedResource(String attachedResource)
The ARN of the resource that the Elastic Inference Accelerator is attached to.
|
ElasticInferenceAccelerator.Builder |
availabilityZone(String availabilityZone)
The availability zone where the Elastic Inference Accelerator is present.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildElasticInferenceAccelerator.Builder acceleratorHealth(ElasticInferenceAcceleratorHealth acceleratorHealth)
The health of the Elastic Inference Accelerator.
acceleratorHealth - The health of the Elastic Inference Accelerator.default ElasticInferenceAccelerator.Builder acceleratorHealth(Consumer<ElasticInferenceAcceleratorHealth.Builder> acceleratorHealth)
The health of the Elastic Inference Accelerator.
This is a convenience that creates an instance of theElasticInferenceAcceleratorHealth.Builder
avoiding the need to create one manually via ElasticInferenceAcceleratorHealth.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to acceleratorHealth(ElasticInferenceAcceleratorHealth).acceleratorHealth - a consumer that will call methods on ElasticInferenceAcceleratorHealth.BuilderacceleratorHealth(ElasticInferenceAcceleratorHealth)ElasticInferenceAccelerator.Builder acceleratorType(String acceleratorType)
The type of the Elastic Inference Accelerator.
acceleratorType - The type of the Elastic Inference Accelerator.ElasticInferenceAccelerator.Builder acceleratorId(String acceleratorId)
The ID of the Elastic Inference Accelerator.
acceleratorId - The ID of the Elastic Inference Accelerator.ElasticInferenceAccelerator.Builder availabilityZone(String availabilityZone)
The availability zone where the Elastic Inference Accelerator is present.
availabilityZone - The availability zone where the Elastic Inference Accelerator is present.ElasticInferenceAccelerator.Builder attachedResource(String attachedResource)
The ARN of the resource that the Elastic Inference Accelerator is attached to.
attachedResource - The ARN of the resource that the Elastic Inference Accelerator is attached to.Copyright © 2020. All rights reserved.