public static interface DescribeAcceleratorOfferingsResponse.Builder extends ElasticInferenceResponse.Builder, SdkPojo, CopyableBuilder<DescribeAcceleratorOfferingsResponse.Builder,DescribeAcceleratorOfferingsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAcceleratorOfferingsResponse.Builder |
acceleratorTypeOfferings(AcceleratorTypeOffering... acceleratorTypeOfferings)
The list of accelerator type offerings for a specific location.
|
DescribeAcceleratorOfferingsResponse.Builder |
acceleratorTypeOfferings(Collection<AcceleratorTypeOffering> acceleratorTypeOfferings)
The list of accelerator type offerings for a specific location.
|
DescribeAcceleratorOfferingsResponse.Builder |
acceleratorTypeOfferings(Consumer<AcceleratorTypeOffering.Builder>... acceleratorTypeOfferings)
The list of accelerator type offerings for a specific location.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAcceleratorOfferingsResponse.Builder acceleratorTypeOfferings(Collection<AcceleratorTypeOffering> acceleratorTypeOfferings)
The list of accelerator type offerings for a specific location.
acceleratorTypeOfferings - The list of accelerator type offerings for a specific location.DescribeAcceleratorOfferingsResponse.Builder acceleratorTypeOfferings(AcceleratorTypeOffering... acceleratorTypeOfferings)
The list of accelerator type offerings for a specific location.
acceleratorTypeOfferings - The list of accelerator type offerings for a specific location.DescribeAcceleratorOfferingsResponse.Builder acceleratorTypeOfferings(Consumer<AcceleratorTypeOffering.Builder>... acceleratorTypeOfferings)
The list of accelerator type offerings for a specific location.
This is a convenience method 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 #acceleratorTypeOfferings(List) .acceleratorTypeOfferings - a consumer that will call methods on List.Builder #acceleratorTypeOfferings(List) Copyright © 2022. All rights reserved.