Interface ListAssociationVersionsResponse.Builder

    • Method Detail

      • associationVersions

        ListAssociationVersionsResponse.Builder associationVersions​(Collection<AssociationVersionInfo> associationVersions)

        Information about all versions of the association for the specified association ID.

        Parameters:
        associationVersions - Information about all versions of the association for the specified association ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • associationVersions

        ListAssociationVersionsResponse.Builder associationVersions​(AssociationVersionInfo... associationVersions)

        Information about all versions of the association for the specified association ID.

        Parameters:
        associationVersions - Information about all versions of the association for the specified association ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAssociationVersionsResponse.Builder nextToken​(String nextToken)

        The token for the next set of items to return. Use this token to get the next set of results.

        Parameters:
        nextToken - The token for the next set of items to return. Use this token to get the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.