Interface CreateOpportunityResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateOpportunityResponse.Builder,,CreateOpportunityResponse> PartnerCentralSellingResponse.Builder,SdkBuilder<CreateOpportunityResponse.Builder,,CreateOpportunityResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateOpportunityResponse
@Mutable
@NotThreadSafe
public static interface CreateOpportunityResponse.Builder
extends PartnerCentralSellingResponse.Builder, SdkPojo, CopyableBuilder<CreateOpportunityResponse.Builder,CreateOpportunityResponse>
-
Method Summary
Modifier and TypeMethodDescriptionRead-only, system-generatedOpportunityunique identifier.lastModifiedDate(Instant lastModifiedDate) DateTimewhen the opportunity was last modified.partnerOpportunityIdentifier(String partnerOpportunityIdentifier) Specifies the opportunity's unique identifier in the partner's CRM system.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.partnercentralselling.model.PartnerCentralSellingResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
id
Read-only, system-generated
Opportunityunique identifier. Amazon Web Services creates this identifier, and it's used for all subsequent opportunity actions, such as updates, associations, and submissions. It helps to ensure that each opportunity is accurately tracked and managed.- Parameters:
id- Read-only, system-generatedOpportunityunique identifier. Amazon Web Services creates this identifier, and it's used for all subsequent opportunity actions, such as updates, associations, and submissions. It helps to ensure that each opportunity is accurately tracked and managed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
partnerOpportunityIdentifier
Specifies the opportunity's unique identifier in the partner's CRM system. This value is essential to track and reconcile because it's included in the outbound payload sent back to the partner.
- Parameters:
partnerOpportunityIdentifier- Specifies the opportunity's unique identifier in the partner's CRM system. This value is essential to track and reconcile because it's included in the outbound payload sent back to the partner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedDate
DateTimewhen the opportunity was last modified. When theOpportunityis created, its value isCreatedDate.- Parameters:
lastModifiedDate-DateTimewhen the opportunity was last modified. When theOpportunityis created, its value isCreatedDate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-