public static interface ListAcceleratorsResponse.Builder extends GlobalAcceleratorResponse.Builder, SdkPojo, CopyableBuilder<ListAcceleratorsResponse.Builder,ListAcceleratorsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAcceleratorsResponse.Builder |
accelerators(Accelerator... accelerators)
The list of accelerators for a customer account.
|
ListAcceleratorsResponse.Builder |
accelerators(Collection<Accelerator> accelerators)
The list of accelerators for a customer account.
|
ListAcceleratorsResponse.Builder |
accelerators(Consumer<Accelerator.Builder>... accelerators)
The list of accelerators for a customer account.
|
ListAcceleratorsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAcceleratorsResponse.Builder accelerators(Collection<Accelerator> accelerators)
The list of accelerators for a customer account.
accelerators - The list of accelerators for a customer account.ListAcceleratorsResponse.Builder accelerators(Accelerator... accelerators)
The list of accelerators for a customer account.
accelerators - The list of accelerators for a customer account.ListAcceleratorsResponse.Builder accelerators(Consumer<Accelerator.Builder>... accelerators)
The list of accelerators for a customer account.
This is a convenience method that creates an instance of theAccelerator.Builder avoiding the need to
create one manually via Accelerator.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
Accelerator.Builder#accelerators(java.util.Collection) ListAcceleratorsResponse.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.