public static interface DescribeAcceleratorTypesResponse.Builder extends ElasticInferenceResponse.Builder, SdkPojo, CopyableBuilder<DescribeAcceleratorTypesResponse.Builder,DescribeAcceleratorTypesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAcceleratorTypesResponse.Builder |
acceleratorTypes(AcceleratorType... acceleratorTypes)
The available accelerator types.
|
DescribeAcceleratorTypesResponse.Builder |
acceleratorTypes(Collection<AcceleratorType> acceleratorTypes)
The available accelerator types.
|
DescribeAcceleratorTypesResponse.Builder |
acceleratorTypes(Consumer<AcceleratorType.Builder>... acceleratorTypes)
The available accelerator types.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAcceleratorTypesResponse.Builder acceleratorTypes(Collection<AcceleratorType> acceleratorTypes)
The available accelerator types.
acceleratorTypes - The available accelerator types.DescribeAcceleratorTypesResponse.Builder acceleratorTypes(AcceleratorType... acceleratorTypes)
The available accelerator types.
acceleratorTypes - The available accelerator types.DescribeAcceleratorTypesResponse.Builder acceleratorTypes(Consumer<AcceleratorType.Builder>... acceleratorTypes)
The available accelerator types.
This is a convenience method that creates an instance of theAcceleratorType.Builder avoiding the need to
create one manually via
AcceleratorType.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #acceleratorTypes(List.
acceleratorTypes - a consumer that will call methods on
AcceleratorType.Builder#acceleratorTypes(java.util.Collection) Copyright © 2023. All rights reserved.