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