Interface GetResourceConfigHistoryResponse.Builder

    • Method Detail

      • configurationItems

        GetResourceConfigHistoryResponse.Builder configurationItems​(Collection<ConfigurationItem> configurationItems)

        A list that contains the configuration history of one or more resources.

        Parameters:
        configurationItems - A list that contains the configuration history of one or more resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configurationItems

        GetResourceConfigHistoryResponse.Builder configurationItems​(ConfigurationItem... configurationItems)

        A list that contains the configuration history of one or more resources.

        Parameters:
        configurationItems - A list that contains the configuration history of one or more resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetResourceConfigHistoryResponse.Builder nextToken​(String nextToken)

        The string that you use in a subsequent request to get the next page of results in a paginated response.

        Parameters:
        nextToken - The string that you use in a subsequent request 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.