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-generatedOpportunity
unique identifier.lastModifiedDate
(Instant lastModifiedDate) DateTime
when 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
copy
Methods inherited from interface software.amazon.awssdk.services.partnercentralselling.model.PartnerCentralSellingResponse.Builder
build, responseMetadata, responseMetadata
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
-
id
Read-only, system-generated
Opportunity
unique 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-generatedOpportunity
unique 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.
-
lastModifiedDate
DateTime
when the opportunity was last modified. When theOpportunity
is created, its value isCreatedDate
.- Parameters:
lastModifiedDate
-DateTime
when the opportunity was last modified. When theOpportunity
is created, its value isCreatedDate
.- 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.
-