Interface CreateOpportunityResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateOpportunityResponse.Builder,CreateOpportunityResponse>,PartnerCentralSellingResponse.Builder,SdkBuilder<CreateOpportunityResponse.Builder,CreateOpportunityResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateOpportunityResponse
public static interface CreateOpportunityResponse.Builder extends PartnerCentralSellingResponse.Builder, SdkPojo, CopyableBuilder<CreateOpportunityResponse.Builder,CreateOpportunityResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateOpportunityResponse.Builderid(String id)Read-only, system-generatedOpportunityunique identifier.CreateOpportunityResponse.BuilderlastModifiedDate(Instant lastModifiedDate)DateTimewhen the opportunity was last modified.CreateOpportunityResponse.BuilderpartnerOpportunityIdentifier(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 Detail
-
id
CreateOpportunityResponse.Builder id(String 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.
-
lastModifiedDate
CreateOpportunityResponse.Builder lastModifiedDate(Instant 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.
-
partnerOpportunityIdentifier
CreateOpportunityResponse.Builder partnerOpportunityIdentifier(String 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.
-
-