Interface KeyValuePair.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<KeyValuePair.Builder,,KeyValuePair> SdkBuilder<KeyValuePair.Builder,,KeyValuePair> SdkPojo
- Enclosing class:
 KeyValuePair
public static interface KeyValuePair.Builder
extends SdkPojo, CopyableBuilder<KeyValuePair.Builder,KeyValuePair> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe throughput value of the Elastic Inference Accelerator type.The throughput value of the Elastic Inference Accelerator type.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
key
The throughput value of the Elastic Inference Accelerator type. It can assume the following values: TFLOPS16bit: the throughput expressed in 16bit TeraFLOPS. TFLOPS32bit: the throughput expressed in 32bit TeraFLOPS.
- Parameters:
 key- The throughput value of the Elastic Inference Accelerator type. It can assume the following values: TFLOPS16bit: the throughput expressed in 16bit TeraFLOPS. TFLOPS32bit: the throughput expressed in 32bit TeraFLOPS.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
value
The throughput value of the Elastic Inference Accelerator type.
- Parameters:
 value- The throughput value of the Elastic Inference Accelerator type.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -