public static interface AcceleratorType.Builder extends SdkPojo, CopyableBuilder<AcceleratorType.Builder,AcceleratorType>
| Modifier and Type | Method and Description |
|---|---|
AcceleratorType.Builder |
acceleratorTypeName(String acceleratorTypeName)
The name of the Elastic Inference Accelerator type.
|
default AcceleratorType.Builder |
memoryInfo(Consumer<MemoryInfo.Builder> memoryInfo)
The memory information of the Elastic Inference Accelerator type.
|
AcceleratorType.Builder |
memoryInfo(MemoryInfo memoryInfo)
The memory information of the Elastic Inference Accelerator type.
|
AcceleratorType.Builder |
throughputInfo(Collection<KeyValuePair> throughputInfo)
The throughput information of the Elastic Inference Accelerator type.
|
AcceleratorType.Builder |
throughputInfo(Consumer<KeyValuePair.Builder>... throughputInfo)
The throughput information of the Elastic Inference Accelerator type.
|
AcceleratorType.Builder |
throughputInfo(KeyValuePair... throughputInfo)
The throughput information of the Elastic Inference Accelerator type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAcceleratorType.Builder acceleratorTypeName(String acceleratorTypeName)
The name of the Elastic Inference Accelerator type.
acceleratorTypeName - The name of the Elastic Inference Accelerator type.AcceleratorType.Builder memoryInfo(MemoryInfo memoryInfo)
The memory information of the Elastic Inference Accelerator type.
memoryInfo - The memory information of the Elastic Inference Accelerator type.default AcceleratorType.Builder memoryInfo(Consumer<MemoryInfo.Builder> memoryInfo)
The memory information of the Elastic Inference Accelerator type.
This is a convenience that creates an instance of theMemoryInfo.Builder avoiding the need to create
one manually via MemoryInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to memoryInfo(MemoryInfo).memoryInfo - a consumer that will call methods on MemoryInfo.BuildermemoryInfo(MemoryInfo)AcceleratorType.Builder throughputInfo(Collection<KeyValuePair> throughputInfo)
The throughput information of the Elastic Inference Accelerator type.
throughputInfo - The throughput information of the Elastic Inference Accelerator type.AcceleratorType.Builder throughputInfo(KeyValuePair... throughputInfo)
The throughput information of the Elastic Inference Accelerator type.
throughputInfo - The throughput information of the Elastic Inference Accelerator type.AcceleratorType.Builder throughputInfo(Consumer<KeyValuePair.Builder>... throughputInfo)
The throughput information of the Elastic Inference Accelerator type.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #throughputInfo(List) .throughputInfo - a consumer that will call methods on List.Builder #throughputInfo(List) Copyright © 2020. All rights reserved.