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 theAcceleratorTypeOffering.Builder avoiding the
need to create one manually via
AcceleratorTypeOffering.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #acceleratorTypeOfferings(List.
acceleratorTypeOfferings - a consumer that will call methods on
AcceleratorTypeOffering.Builder#acceleratorTypeOfferings(java.util.Collection) Copyright © 2022. All rights reserved.