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 method that creates an instance of theCustomRoutingAccelerator.Builder avoiding the
need to create one manually via
CustomRoutingAccelerator.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #accelerators(List.
accelerators - a consumer that will call methods on
CustomRoutingAccelerator.Builder#accelerators(java.util.Collection) 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 © 2023. All rights reserved.