Interface DescribeConfigurationAggregatorSourcesStatusRequest.Builder

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

  • Method Details

    • configurationAggregatorName

      DescribeConfigurationAggregatorSourcesStatusRequest.Builder configurationAggregatorName(String configurationAggregatorName)

      The name of the configuration aggregator.

      Parameters:
      configurationAggregatorName - The name of the configuration aggregator.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updateStatusWithStrings

      Filters the status type.

      • Valid value FAILED indicates errors while moving data.

      • Valid value SUCCEEDED indicates the data was successfully moved.

      • Valid value OUTDATED indicates the data is not the most recent.

      Parameters:
      updateStatus - Filters the status type.

      • Valid value FAILED indicates errors while moving data.

      • Valid value SUCCEEDED indicates the data was successfully moved.

      • Valid value OUTDATED indicates the data is not the most recent.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updateStatusWithStrings

      DescribeConfigurationAggregatorSourcesStatusRequest.Builder updateStatusWithStrings(String... updateStatus)

      Filters the status type.

      • Valid value FAILED indicates errors while moving data.

      • Valid value SUCCEEDED indicates the data was successfully moved.

      • Valid value OUTDATED indicates the data is not the most recent.

      Parameters:
      updateStatus - Filters the status type.

      • Valid value FAILED indicates errors while moving data.

      • Valid value SUCCEEDED indicates the data was successfully moved.

      • Valid value OUTDATED indicates the data is not the most recent.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updateStatus

      Filters the status type.

      • Valid value FAILED indicates errors while moving data.

      • Valid value SUCCEEDED indicates the data was successfully moved.

      • Valid value OUTDATED indicates the data is not the most recent.

      Parameters:
      updateStatus - Filters the status type.

      • Valid value FAILED indicates errors while moving data.

      • Valid value SUCCEEDED indicates the data was successfully moved.

      • Valid value OUTDATED indicates the data is not the most recent.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updateStatus

      Filters the status type.

      • Valid value FAILED indicates errors while moving data.

      • Valid value SUCCEEDED indicates the data was successfully moved.

      • Valid value OUTDATED indicates the data is not the most recent.

      Parameters:
      updateStatus - Filters the status type.

      • Valid value FAILED indicates errors while moving data.

      • Valid value SUCCEEDED indicates the data was successfully moved.

      • Valid value OUTDATED indicates the data is not the most recent.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

      Parameters:
      nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • limit

      The maximum number of AggregatorSourceStatus returned on each page. The default is maximum. If you specify 0, Config uses the default.

      Parameters:
      limit - The maximum number of AggregatorSourceStatus returned on each page. The default is maximum. If you specify 0, Config uses the default.
      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.