Interface CreatePartnershipResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,B2BiResponse.Builder,Buildable,CopyableBuilder<CreatePartnershipResponse.Builder,CreatePartnershipResponse>,SdkBuilder<CreatePartnershipResponse.Builder,CreatePartnershipResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreatePartnershipResponse
public static interface CreatePartnershipResponse.Builder extends B2BiResponse.Builder, SdkPojo, CopyableBuilder<CreatePartnershipResponse.Builder,CreatePartnershipResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreatePartnershipResponse.Buildercapabilities(String... capabilities)Returns one or more capabilities associated with this partnership.CreatePartnershipResponse.Buildercapabilities(Collection<String> capabilities)Returns one or more capabilities associated with this partnership.CreatePartnershipResponse.BuildercreatedAt(Instant createdAt)Returns a timestamp for creation date and time of the partnership.CreatePartnershipResponse.Builderemail(String email)Returns the email address associated with this trading partner.CreatePartnershipResponse.Buildername(String name)Returns a descriptive name for the partnership.CreatePartnershipResponse.BuilderpartnershipArn(String partnershipArn)Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.CreatePartnershipResponse.BuilderpartnershipId(String partnershipId)Returns the unique, system-generated identifier for a partnership.CreatePartnershipResponse.Builderphone(String phone)Returns the phone number associated with the partnership.CreatePartnershipResponse.BuilderprofileId(String profileId)Returns the unique, system-generated identifier for the profile connected to this partnership.CreatePartnershipResponse.BuildertradingPartnerId(String tradingPartnerId)Returns the unique, system-generated identifier for a trading partner.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
profileId
CreatePartnershipResponse.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
CreatePartnershipResponse.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
CreatePartnershipResponse.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
CreatePartnershipResponse.Builder name(String name)
Returns a descriptive name for the partnership.
- Parameters:
name- Returns a descriptive name for the partnership.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
email
CreatePartnershipResponse.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
CreatePartnershipResponse.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
CreatePartnershipResponse.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
CreatePartnershipResponse.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
CreatePartnershipResponse.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
CreatePartnershipResponse.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.
-
-