static UpdatePartnershipResponse.Builder |
UpdatePartnershipResponse.builder() |
|
UpdatePartnershipResponse.Builder |
UpdatePartnershipResponse.Builder.capabilities(String... capabilities) |
Returns one or more capabilities associated with this partnership.
|
UpdatePartnershipResponse.Builder |
UpdatePartnershipResponse.Builder.capabilities(Collection<String> capabilities) |
Returns one or more capabilities associated with this partnership.
|
UpdatePartnershipResponse.Builder |
UpdatePartnershipResponse.Builder.createdAt(Instant createdAt) |
Returns a timestamp that identifies the most recent date and time that the partnership was modified.
|
UpdatePartnershipResponse.Builder |
UpdatePartnershipResponse.Builder.email(String email) |
Returns the email address associated with this trading partner.
|
UpdatePartnershipResponse.Builder |
UpdatePartnershipResponse.Builder.modifiedAt(Instant modifiedAt) |
Returns a timestamp that identifies the most recent date and time that the partnership was modified.
|
UpdatePartnershipResponse.Builder |
UpdatePartnershipResponse.Builder.name(String name) |
The name of the partnership, used to identify it.
|
UpdatePartnershipResponse.Builder |
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.
|
UpdatePartnershipResponse.Builder |
UpdatePartnershipResponse.Builder.partnershipId(String partnershipId) |
Returns the unique, system-generated identifier for a partnership.
|
UpdatePartnershipResponse.Builder |
UpdatePartnershipResponse.Builder.phone(String phone) |
Returns the phone number associated with the partnership.
|
UpdatePartnershipResponse.Builder |
UpdatePartnershipResponse.Builder.profileId(String profileId) |
Returns the unique, system-generated identifier for the profile connected to this partnership.
|
UpdatePartnershipResponse.Builder |
UpdatePartnershipResponse.toBuilder() |
|
UpdatePartnershipResponse.Builder |
UpdatePartnershipResponse.Builder.tradingPartnerId(String tradingPartnerId) |
Returns the unique, system-generated identifier for a trading partner.
|