public static interface ListEndpointGroupsRequest.Builder extends GlobalAcceleratorRequest.Builder, SdkPojo, CopyableBuilder<ListEndpointGroupsRequest.Builder,ListEndpointGroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEndpointGroupsRequest.Builder |
listenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener.
|
ListEndpointGroupsRequest.Builder |
maxResults(Integer maxResults)
The number of endpoint group objects that you want to return with this call.
|
ListEndpointGroupsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListEndpointGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEndpointGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEndpointGroupsRequest.Builder listenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener.
listenerArn - The Amazon Resource Name (ARN) of the listener.ListEndpointGroupsRequest.Builder maxResults(Integer maxResults)
The number of endpoint group objects that you want to return with this call. The default value is 10.
maxResults - The number of endpoint group objects that you want to return with this call. The default value is 10.ListEndpointGroupsRequest.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.ListEndpointGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEndpointGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.