Interface ListPartnershipsRequest.Builder

    • Method Detail

      • profileId

        ListPartnershipsRequest.Builder profileId​(String profileId)

        Specifies the unique, system-generated identifier for the profile connected to this partnership.

        Parameters:
        profileId - Specifies the unique, system-generated identifier for the profile connected to this partnership.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPartnershipsRequest.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.
      • maxResults

        ListPartnershipsRequest.Builder maxResults​(Integer maxResults)

        Specifies the maximum number of capabilities to return.

        Parameters:
        maxResults - Specifies the maximum number of capabilities to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.