Interface PartnershipSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PartnershipSummary.Builder,PartnershipSummary>,SdkBuilder<PartnershipSummary.Builder,PartnershipSummary>,SdkPojo
- Enclosing class:
- PartnershipSummary
public static interface PartnershipSummary.Builder extends SdkPojo, CopyableBuilder<PartnershipSummary.Builder,PartnershipSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PartnershipSummary.Buildercapabilities(String... capabilities)Returns one or more capabilities associated with this partnership.PartnershipSummary.Buildercapabilities(Collection<String> capabilities)Returns one or more capabilities associated with this partnership.PartnershipSummary.BuildercreatedAt(Instant createdAt)Returns a timestamp for creation date and time of the partnership.PartnershipSummary.BuildermodifiedAt(Instant modifiedAt)Returns a timestamp that identifies the most recent date and time that the partnership was modified.PartnershipSummary.Buildername(String name)Returns the name of the partnership.PartnershipSummary.BuilderpartnershipId(String partnershipId)Returns the unique, system-generated identifier for a partnership.PartnershipSummary.BuilderprofileId(String profileId)Returns the unique, system-generated identifier for the profile connected to this partnership.PartnershipSummary.BuildertradingPartnerId(String tradingPartnerId)Returns the unique, system-generated identifier for a trading partner.-
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, sdkFields
-
-
-
-
Method Detail
-
profileId
PartnershipSummary.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
PartnershipSummary.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.
-
name
PartnershipSummary.Builder name(String name)
Returns the name of the partnership.
- Parameters:
name- Returns the name of the partnership.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capabilities
PartnershipSummary.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
PartnershipSummary.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
PartnershipSummary.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
PartnershipSummary.Builder createdAt(Instant 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
PartnershipSummary.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.
-
-