Interface ListEndpointGroupsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListEndpointGroupsRequest.Builder,ListEndpointGroupsRequest>,GlobalAcceleratorRequest.Builder,SdkBuilder<ListEndpointGroupsRequest.Builder,ListEndpointGroupsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListEndpointGroupsRequest
public static interface ListEndpointGroupsRequest.Builder extends GlobalAcceleratorRequest.Builder, SdkPojo, CopyableBuilder<ListEndpointGroupsRequest.Builder,ListEndpointGroupsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEndpointGroupsRequest.BuilderlistenerArn(String listenerArn)The Amazon Resource Name (ARN) of the listener.ListEndpointGroupsRequest.BuildermaxResults(Integer maxResults)The number of endpoint group objects that you want to return with this call.ListEndpointGroupsRequest.BuildernextToken(String nextToken)The token for the next set of results.ListEndpointGroupsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEndpointGroupsRequest.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
ListEndpointGroupsRequest.Builder listenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener.
- Parameters:
listenerArn- The Amazon Resource Name (ARN) of the listener.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListEndpointGroupsRequest.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
ListEndpointGroupsRequest.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
ListEndpointGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEndpointGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-