public static interface ListAcceleratorsRequest.Builder extends GlobalAcceleratorRequest.Builder, SdkPojo, CopyableBuilder<ListAcceleratorsRequest.Builder,ListAcceleratorsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAcceleratorsRequest.Builder |
maxResults(Integer maxResults)
The number of Global Accelerator objects that you want to return with this call.
|
ListAcceleratorsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListAcceleratorsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAcceleratorsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAcceleratorsRequest.Builder maxResults(Integer maxResults)
The number of Global Accelerator objects that you want to return with this call. The default value is 10.
maxResults - The number of Global Accelerator objects that you want to return with this call. The default value is
10.ListAcceleratorsRequest.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.ListAcceleratorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAcceleratorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.