Interface GetChangeLogsResponse.Builder

    • Method Detail

      • changeLogs

        GetChangeLogsResponse.Builder changeLogs​(Collection<ChangeLog> changeLogs)

        The list of user activity for the control.

        Parameters:
        changeLogs - The list of user activity for the control.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • changeLogs

        GetChangeLogsResponse.Builder changeLogs​(ChangeLog... changeLogs)

        The list of user activity for the control.

        Parameters:
        changeLogs - The list of user activity for the control.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetChangeLogsResponse.Builder nextToken​(String nextToken)

        The pagination token that's used to fetch the next set of results.

        Parameters:
        nextToken - The pagination token that's used to fetch the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.