public static interface ListByoipCidrsRequest.Builder extends GlobalAcceleratorRequest.Builder, SdkPojo, CopyableBuilder<ListByoipCidrsRequest.Builder,ListByoipCidrsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListByoipCidrsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListByoipCidrsRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
ListByoipCidrsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListByoipCidrsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListByoipCidrsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another
call with the returned nextToken value.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken value.ListByoipCidrsRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.ListByoipCidrsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListByoipCidrsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.