Interface ListAutoScalingConfigurationsRequest.Builder
-
- All Superinterfaces:
AppRunnerRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListAutoScalingConfigurationsRequest.Builder,ListAutoScalingConfigurationsRequest>,SdkBuilder<ListAutoScalingConfigurationsRequest.Builder,ListAutoScalingConfigurationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAutoScalingConfigurationsRequest
public static interface ListAutoScalingConfigurationsRequest.Builder extends AppRunnerRequest.Builder, SdkPojo, CopyableBuilder<ListAutoScalingConfigurationsRequest.Builder,ListAutoScalingConfigurationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAutoScalingConfigurationsRequest.BuilderautoScalingConfigurationName(String autoScalingConfigurationName)The name of the App Runner auto scaling configuration that you want to list.ListAutoScalingConfigurationsRequest.BuilderlatestOnly(Boolean latestOnly)Set totrueto list only the latest revision for each requested configuration name.ListAutoScalingConfigurationsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to include in each response (result page).ListAutoScalingConfigurationsRequest.BuildernextToken(String nextToken)A token from a previous result page.ListAutoScalingConfigurationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAutoScalingConfigurationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.apprunner.model.AppRunnerRequest.Builder
build
-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
autoScalingConfigurationName
ListAutoScalingConfigurationsRequest.Builder autoScalingConfigurationName(String autoScalingConfigurationName)
The name of the App Runner auto scaling configuration that you want to list. If specified, App Runner lists revisions that share this name. If not specified, App Runner returns revisions of all active configurations.
- Parameters:
autoScalingConfigurationName- The name of the App Runner auto scaling configuration that you want to list. If specified, App Runner lists revisions that share this name. If not specified, App Runner returns revisions of all active configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestOnly
ListAutoScalingConfigurationsRequest.Builder latestOnly(Boolean latestOnly)
Set to
trueto list only the latest revision for each requested configuration name.Set to
falseto list all revisions for each requested configuration name.Default:
true- Parameters:
latestOnly- Set totrueto list only the latest revision for each requested configuration name.Set to
falseto list all revisions for each requested configuration name.Default:
true- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAutoScalingConfigurationsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to include in each response (result page). It's used for a paginated request.
If you don't specify
MaxResults, the request retrieves all available results in a single response.- Parameters:
maxResults- The maximum number of results to include in each response (result page). It's used for a paginated request.If you don't specify
MaxResults, the request retrieves all available results in a single response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAutoScalingConfigurationsRequest.Builder nextToken(String nextToken)
A token from a previous result page. It's used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones that are specified in the initial request.
If you don't specify
NextToken, the request retrieves the first result page.- Parameters:
nextToken- A token from a previous result page. It's used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones that are specified in the initial request.If you don't specify
NextToken, the request retrieves the first result page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAutoScalingConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAutoScalingConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-