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 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 #acceleratorTypes(List) .acceleratorTypes - a consumer that will call methods on List.Builder #acceleratorTypes(List) Copyright © 2021. All rights reserved.