Interface ListAssociationsResponse.Builder

    • Method Detail

      • associationSummaries

        ListAssociationsResponse.Builder associationSummaries​(Collection<AssociationSummary> associationSummaries)

        A list of associations and their properties.

        Parameters:
        associationSummaries - A list of associations and their properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • associationSummaries

        ListAssociationsResponse.Builder associationSummaries​(AssociationSummary... associationSummaries)

        A list of associations and their properties.

        Parameters:
        associationSummaries - A list of associations and their properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAssociationsResponse.Builder nextToken​(String nextToken)

        A token for getting the next set of associations, if there are any.

        Parameters:
        nextToken - A token for getting the next set of associations, if there are any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.