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