Interface CreateOpportunityResponse.Builder

  • 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-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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedDate

      CreateOpportunityResponse.Builder lastModifiedDate(Instant lastModifiedDate)

      DateTime when the opportunity was last modified. When the Opportunity is created, its value is CreatedDate.

      Parameters:
      lastModifiedDate - DateTime when the opportunity was last modified. When the Opportunity is created, its value is CreatedDate.
      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.