Interface UpdatePartnershipResponse.Builder

    • Method Detail

      • profileId

        UpdatePartnershipResponse.Builder profileId​(String profileId)

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

        Parameters:
        profileId - Returns 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.
      • partnershipId

        UpdatePartnershipResponse.Builder partnershipId​(String partnershipId)

        Returns the unique, system-generated identifier for a partnership.

        Parameters:
        partnershipId - Returns the unique, system-generated identifier for a partnership.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • partnershipArn

        UpdatePartnershipResponse.Builder partnershipArn​(String partnershipArn)

        Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.

        Parameters:
        partnershipArn - Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        UpdatePartnershipResponse.Builder name​(String name)

        The name of the partnership, used to identify it.

        Parameters:
        name - The name of the partnership, used to identify it.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • email

        UpdatePartnershipResponse.Builder email​(String email)

        Returns the email address associated with this trading partner.

        Parameters:
        email - Returns the email address associated with this trading partner.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • phone

        UpdatePartnershipResponse.Builder phone​(String phone)

        Returns the phone number associated with the partnership.

        Parameters:
        phone - Returns the phone number associated with the partnership.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • capabilities

        UpdatePartnershipResponse.Builder capabilities​(Collection<String> capabilities)

        Returns one or more capabilities associated with this partnership.

        Parameters:
        capabilities - Returns one or more capabilities associated with this partnership.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • capabilities

        UpdatePartnershipResponse.Builder capabilities​(String... capabilities)

        Returns one or more capabilities associated with this partnership.

        Parameters:
        capabilities - Returns one or more capabilities associated with this partnership.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tradingPartnerId

        UpdatePartnershipResponse.Builder tradingPartnerId​(String tradingPartnerId)

        Returns the unique, system-generated identifier for a trading partner.

        Parameters:
        tradingPartnerId - Returns the unique, system-generated identifier for a trading partner.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        UpdatePartnershipResponse.Builder createdAt​(Instant createdAt)

        Returns a timestamp that identifies the most recent date and time that the partnership was modified.

        Parameters:
        createdAt - Returns a timestamp that identifies the most recent date and time that the partnership was modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modifiedAt

        UpdatePartnershipResponse.Builder modifiedAt​(Instant modifiedAt)

        Returns a timestamp that identifies the most recent date and time that the partnership was modified.

        Parameters:
        modifiedAt - Returns a timestamp that identifies the most recent date and time that the partnership was modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.