Interface ListAutoScalingConfigurationsRequest.Builder

    • 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 true to list only the latest revision for each requested configuration name.

        Set to false to list all revisions for each requested configuration name.

        Default: true

        Parameters:
        latestOnly - Set to true to list only the latest revision for each requested configuration name.

        Set to false to 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.