public static interface ListAutoScalingConfigurationsRequest.Builder extends AppRunnerRequest.Builder, SdkPojo, CopyableBuilder<ListAutoScalingConfigurationsRequest.Builder,ListAutoScalingConfigurationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAutoScalingConfigurationsRequest.Builder |
autoScalingConfigurationName(String autoScalingConfigurationName)
The name of the App Runner auto scaling configuration that you want to list.
|
ListAutoScalingConfigurationsRequest.Builder |
latestOnly(Boolean latestOnly)
Set to
true to list only the latest revision for each requested configuration name. |
ListAutoScalingConfigurationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to include in each response (result page).
|
ListAutoScalingConfigurationsRequest.Builder |
nextToken(String nextToken)
A token from a previous result page.
|
ListAutoScalingConfigurationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAutoScalingConfigurationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAutoScalingConfigurationsRequest.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 configurations.
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
configurations.ListAutoScalingConfigurationsRequest.Builder latestOnly(Boolean latestOnly)
Set to true to list only the latest revision for each requested configuration name.
Keep as false to list all revisions for each requested configuration name.
Default: false
latestOnly - Set to true to list only the latest revision for each requested configuration name.
Keep as false to list all revisions for each requested configuration name.
Default: false
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.
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.
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.
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.
ListAutoScalingConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAutoScalingConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.