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