Interface DescribeConfigurationAggregatorSourcesStatusRequest.Builder

    • Method Detail

      • 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

        DescribeConfigurationAggregatorSourcesStatusRequest.Builder updateStatusWithStrings​(Collection<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.
      • 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

        DescribeConfigurationAggregatorSourcesStatusRequest.Builder updateStatus​(Collection<AggregatedSourceStatusType> 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

        DescribeConfigurationAggregatorSourcesStatusRequest.Builder updateStatus​(AggregatedSourceStatusType... 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

        DescribeConfigurationAggregatorSourcesStatusRequest.Builder nextToken​(String 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

        DescribeConfigurationAggregatorSourcesStatusRequest.Builder limit​(Integer 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.