Interface ListObservabilityConfigurationsRequest.Builder

All Superinterfaces:
AppRunnerRequest.Builder, AwsRequest.Builder, Buildable, CopyableBuilder<ListObservabilityConfigurationsRequest.Builder,ListObservabilityConfigurationsRequest>, SdkBuilder<ListObservabilityConfigurationsRequest.Builder,ListObservabilityConfigurationsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListObservabilityConfigurationsRequest

  • Method Details

    • observabilityConfigurationName

      ListObservabilityConfigurationsRequest.Builder observabilityConfigurationName(String observabilityConfigurationName)

      The name of the App Runner observability 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:
      observabilityConfigurationName - The name of the App Runner observability 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

      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

      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

      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

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.