Interface ListCustomRoutingEndpointGroupsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListCustomRoutingEndpointGroupsRequest.Builder,ListCustomRoutingEndpointGroupsRequest>,GlobalAcceleratorRequest.Builder,SdkBuilder<ListCustomRoutingEndpointGroupsRequest.Builder,ListCustomRoutingEndpointGroupsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListCustomRoutingEndpointGroupsRequest
public static interface ListCustomRoutingEndpointGroupsRequest.Builder extends GlobalAcceleratorRequest.Builder, SdkPojo, CopyableBuilder<ListCustomRoutingEndpointGroupsRequest.Builder,ListCustomRoutingEndpointGroupsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCustomRoutingEndpointGroupsRequest.BuilderlistenerArn(String listenerArn)The Amazon Resource Name (ARN) of the listener to list endpoint groups for.ListCustomRoutingEndpointGroupsRequest.BuildermaxResults(Integer maxResults)The number of endpoint group objects that you want to return with this call.ListCustomRoutingEndpointGroupsRequest.BuildernextToken(String nextToken)The token for the next set of results.ListCustomRoutingEndpointGroupsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCustomRoutingEndpointGroupsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.globalaccelerator.model.GlobalAcceleratorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
listenerArn
ListCustomRoutingEndpointGroupsRequest.Builder listenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener to list endpoint groups for.
- Parameters:
listenerArn- The Amazon Resource Name (ARN) of the listener to list endpoint groups for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListCustomRoutingEndpointGroupsRequest.Builder maxResults(Integer maxResults)
The number of endpoint group objects that you want to return with this call. The default value is 10.
- Parameters:
maxResults- The number of endpoint group objects that you want to return with this call. The default value is 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListCustomRoutingEndpointGroupsRequest.Builder nextToken(String nextToken)
The token for the next set of results. You receive this token from a previous call.
- Parameters:
nextToken- The token for the next set of results. You receive this token from a previous call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCustomRoutingEndpointGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListCustomRoutingEndpointGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-