Interface GetPartnershipResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,B2BiResponse.Builder
,Buildable
,CopyableBuilder<GetPartnershipResponse.Builder,
,GetPartnershipResponse> SdkBuilder<GetPartnershipResponse.Builder,
,GetPartnershipResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetPartnershipResponse
-
Method Summary
Modifier and TypeMethodDescriptioncapabilities
(String... capabilities) Returns one or more capabilities associated with this partnership.capabilities
(Collection<String> capabilities) Returns one or more capabilities associated with this partnership.default GetPartnershipResponse.Builder
capabilityOptions
(Consumer<CapabilityOptions.Builder> capabilityOptions) Sets the value of the CapabilityOptions property for this object.capabilityOptions
(CapabilityOptions capabilityOptions) Sets the value of the CapabilityOptions property for this object.Returns a timestamp for creation date and time of the partnership.Returns the email address associated with this trading partner.modifiedAt
(Instant modifiedAt) Returns a timestamp that identifies the most recent date and time that the partnership was modified.Returns the display name of the partnershippartnershipArn
(String partnershipArn) Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.partnershipId
(String partnershipId) Returns the unique, system-generated identifier for a partnership.Returns the phone number associated with the partnership.Returns the unique, system-generated identifier for the profile connected to this partnership.tradingPartnerId
(String tradingPartnerId) Returns the unique identifier for the partner for this partnership.Methods inherited from interface software.amazon.awssdk.services.b2bi.model.B2BiResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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
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
Returns the display name of the partnership
- Parameters:
name
- Returns the display name of the partnership- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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
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
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.
-
capabilityOptions
Sets the value of the CapabilityOptions property for this object.- Parameters:
capabilityOptions
- The new value for the CapabilityOptions property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capabilityOptions
default GetPartnershipResponse.Builder capabilityOptions(Consumer<CapabilityOptions.Builder> capabilityOptions) Sets the value of the CapabilityOptions property for this object. This is a convenience method that creates an instance of theCapabilityOptions.Builder
avoiding the need to create one manually viaCapabilityOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocapabilityOptions(CapabilityOptions)
.- Parameters:
capabilityOptions
- a consumer that will call methods onCapabilityOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tradingPartnerId
Returns the unique identifier for the partner for this partnership.
- Parameters:
tradingPartnerId
- Returns the unique identifier for the partner for this partnership.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
Returns a timestamp for creation date and time of the partnership.
- Parameters:
createdAt
- Returns a timestamp for creation date and time of the partnership.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-