Interface ListConfigurationHistoryResponse.Builder

    • Method Detail

      • eventList

        ListConfigurationHistoryResponse.Builder eventList​(Collection<ConfigurationEvent> eventList)

        The list of configuration events and their corresponding details.

        Parameters:
        eventList - The list of configuration events and their corresponding details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventList

        ListConfigurationHistoryResponse.Builder eventList​(ConfigurationEvent... eventList)

        The list of configuration events and their corresponding details.

        Parameters:
        eventList - The list of configuration events and their corresponding details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListConfigurationHistoryResponse.Builder nextToken​(String nextToken)

        The NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.