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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeyValuePair.Builderkey(String key)The throughput value of the Elastic Inference Accelerator type.KeyValuePair.Buildervalue(Integer value)The throughput value of the Elastic Inference Accelerator type.-
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, sdkFields
-
-
-
-
Method Detail
-
key
KeyValuePair.Builder key(String 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
KeyValuePair.Builder value(Integer 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.
-
-