Interface ListPartnershipsResponse.Builder

    • Method Detail

      • partnerships

        ListPartnershipsResponse.Builder partnerships​(Collection<PartnershipSummary> partnerships)

        Specifies a list of your partnerships.

        Parameters:
        partnerships - Specifies a list of your partnerships.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • partnerships

        ListPartnershipsResponse.Builder partnerships​(PartnershipSummary... partnerships)

        Specifies a list of your partnerships.

        Parameters:
        partnerships - Specifies a list of your partnerships.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPartnershipsResponse.Builder nextToken​(String nextToken)

        When additional results are obtained from the command, a NextToken parameter is returned in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional resources.

        Parameters:
        nextToken - When additional results are obtained from the command, a NextToken parameter is returned in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.