public static interface ListCustomRoutingAcceleratorsResponse.Builder extends GlobalAcceleratorResponse.Builder, SdkPojo, CopyableBuilder<ListCustomRoutingAcceleratorsResponse.Builder,ListCustomRoutingAcceleratorsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCustomRoutingAcceleratorsResponse.Builder |
accelerators(Collection<CustomRoutingAccelerator> accelerators)
The list of custom routing accelerators for a customer account.
|
ListCustomRoutingAcceleratorsResponse.Builder |
accelerators(Consumer<CustomRoutingAccelerator.Builder>... accelerators)
The list of custom routing accelerators for a customer account.
|
ListCustomRoutingAcceleratorsResponse.Builder |
accelerators(CustomRoutingAccelerator... accelerators)
The list of custom routing accelerators for a customer account.
|
ListCustomRoutingAcceleratorsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCustomRoutingAcceleratorsResponse.Builder accelerators(Collection<CustomRoutingAccelerator> accelerators)
The list of custom routing accelerators for a customer account.
accelerators - The list of custom routing accelerators for a customer account.ListCustomRoutingAcceleratorsResponse.Builder accelerators(CustomRoutingAccelerator... accelerators)
The list of custom routing accelerators for a customer account.
accelerators - The list of custom routing accelerators for a customer account.ListCustomRoutingAcceleratorsResponse.Builder accelerators(Consumer<CustomRoutingAccelerator.Builder>... accelerators)
The list of custom routing accelerators for a customer account.
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 #accelerators(List) .accelerators - a consumer that will call methods on List.Builder #accelerators(List) ListCustomRoutingAcceleratorsResponse.Builder nextToken(String nextToken)
The token for the next set of results. You receive this token from a previous call.
nextToken - The token for the next set of results. You receive this token from a previous call.Copyright © 2021. All rights reserved.