Interface ListConfigurationRecordersResponse.Builder

    • Method Detail

      • configurationRecorderSummaries

        ListConfigurationRecordersResponse.Builder configurationRecorderSummaries​(Collection<ConfigurationRecorderSummary> configurationRecorderSummaries)

        A list of ConfigurationRecorderSummary objects that includes.

        Parameters:
        configurationRecorderSummaries - A list of ConfigurationRecorderSummary objects that includes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configurationRecorderSummaries

        ListConfigurationRecordersResponse.Builder configurationRecorderSummaries​(ConfigurationRecorderSummary... configurationRecorderSummaries)

        A list of ConfigurationRecorderSummary objects that includes.

        Parameters:
        configurationRecorderSummaries - A list of ConfigurationRecorderSummary objects that includes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListConfigurationRecordersResponse.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.