Interface ListCustomRoutingAcceleratorsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListCustomRoutingAcceleratorsRequest.Builder,ListCustomRoutingAcceleratorsRequest>,GlobalAcceleratorRequest.Builder,SdkBuilder<ListCustomRoutingAcceleratorsRequest.Builder,ListCustomRoutingAcceleratorsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListCustomRoutingAcceleratorsRequest
public static interface ListCustomRoutingAcceleratorsRequest.Builder extends GlobalAcceleratorRequest.Builder, SdkPojo, CopyableBuilder<ListCustomRoutingAcceleratorsRequest.Builder,ListCustomRoutingAcceleratorsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCustomRoutingAcceleratorsRequest.BuildermaxResults(Integer maxResults)The number of custom routing Global Accelerator objects that you want to return with this call.ListCustomRoutingAcceleratorsRequest.BuildernextToken(String nextToken)The token for the next set of results.ListCustomRoutingAcceleratorsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCustomRoutingAcceleratorsRequest.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
-
maxResults
ListCustomRoutingAcceleratorsRequest.Builder maxResults(Integer maxResults)
The number of custom routing Global Accelerator objects that you want to return with this call. The default value is 10.
- Parameters:
maxResults- The number of custom routing Global Accelerator 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
ListCustomRoutingAcceleratorsRequest.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
ListCustomRoutingAcceleratorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListCustomRoutingAcceleratorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-