Interface GetOpportunityResponse.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) that uniquely identifies the opportunity.

      Parameters:
      arn - The Amazon Resource Name (ARN) that uniquely identifies the opportunity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • catalog

      Specifies the catalog associated with the request. This field takes a string value from a predefined list: AWS or Sandbox. The catalog determines which environment the opportunity information is retrieved from. Use AWS to retrieve opportunities in the Amazon Web Services catalog, and Sandbox to retrieve opportunities in a secure and isolated testing environment.

      Parameters:
      catalog - Specifies the catalog associated with the request. This field takes a string value from a predefined list: AWS or Sandbox. The catalog determines which environment the opportunity information is retrieved from. Use AWS to retrieve opportunities in the Amazon Web Services catalog, and Sandbox to retrieve opportunities in a secure and isolated testing environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdDate

      GetOpportunityResponse.Builder createdDate(Instant createdDate)

      DateTime when the Opportunity was last created.

      Parameters:
      createdDate - DateTime when the Opportunity was last created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • customer

      Specifies details of the customer associated with the Opportunity.

      Parameters:
      customer - Specifies details of the customer associated with the Opportunity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • customer

      Specifies details of the customer associated with the Opportunity.

      This is a convenience method that creates an instance of the Customer.Builder avoiding the need to create one manually via Customer.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to customer(Customer).

      Parameters:
      customer - a consumer that will call methods on Customer.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • id

      Read-only, system generated Opportunity unique identifier.

      Parameters:
      id - Read-only, system generated Opportunity unique identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedDate

      GetOpportunityResponse.Builder lastModifiedDate(Instant lastModifiedDate)

      DateTime when the opportunity was last modified.

      Parameters:
      lastModifiedDate - DateTime when the opportunity was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lifeCycle

      An object that contains lifecycle details for the Opportunity.

      Parameters:
      lifeCycle - An object that contains lifecycle details for the Opportunity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lifeCycle

      An object that contains lifecycle details for the Opportunity.

      This is a convenience method that creates an instance of the LifeCycle.Builder avoiding the need to create one manually via LifeCycle.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to lifeCycle(LifeCycle).

      Parameters:
      lifeCycle - a consumer that will call methods on LifeCycle.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • marketing

      An object that contains marketing details for the Opportunity.

      Parameters:
      marketing - An object that contains marketing details for the Opportunity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • marketing

      An object that contains marketing details for the Opportunity.

      This is a convenience method that creates an instance of the Marketing.Builder avoiding the need to create one manually via Marketing.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to marketing(Marketing).

      Parameters:
      marketing - a consumer that will call methods on Marketing.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nationalSecurity

      GetOpportunityResponse.Builder nationalSecurity(String nationalSecurity)

      Indicates whether the Opportunity pertains to a national security project. This field must be set to true only when the customer's industry is Government. Additional privacy and security measures apply during the review and management process for opportunities marked as NationalSecurity.

      Parameters:
      nationalSecurity - Indicates whether the Opportunity pertains to a national security project. This field must be set to true only when the customer's industry is Government. Additional privacy and security measures apply during the review and management process for opportunities marked as NationalSecurity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nationalSecurity

      GetOpportunityResponse.Builder nationalSecurity(NationalSecurity nationalSecurity)

      Indicates whether the Opportunity pertains to a national security project. This field must be set to true only when the customer's industry is Government. Additional privacy and security measures apply during the review and management process for opportunities marked as NationalSecurity.

      Parameters:
      nationalSecurity - Indicates whether the Opportunity pertains to a national security project. This field must be set to true only when the customer's industry is Government. Additional privacy and security measures apply during the review and management process for opportunities marked as NationalSecurity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • opportunityTeam

      GetOpportunityResponse.Builder opportunityTeam(Collection<Contact> opportunityTeam)

      Represents the internal team handling the opportunity. Specify the members involved in collaborating on this opportunity within the partner's organization.

      Parameters:
      opportunityTeam - Represents the internal team handling the opportunity. Specify the members involved in collaborating on this opportunity within the partner's organization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • opportunityTeam

      GetOpportunityResponse.Builder opportunityTeam(Contact... opportunityTeam)

      Represents the internal team handling the opportunity. Specify the members involved in collaborating on this opportunity within the partner's organization.

      Parameters:
      opportunityTeam - Represents the internal team handling the opportunity. Specify the members involved in collaborating on this opportunity within the partner's organization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • opportunityTeam

      GetOpportunityResponse.Builder opportunityTeam(Consumer<Contact.Builder>... opportunityTeam)

      Represents the internal team handling the opportunity. Specify the members involved in collaborating on this opportunity within the partner's organization.

      This is a convenience method that creates an instance of the Contact.Builder avoiding the need to create one manually via Contact.builder() .

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to opportunityTeam(List<Contact>).

      Parameters:
      opportunityTeam - a consumer that will call methods on Contact.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • opportunityType

      GetOpportunityResponse.Builder opportunityType(String opportunityType)

      Specifies the opportunity type as renewal, new, or expansion.

      Opportunity types:

      • New opportunity: Represents a new business opportunity with a potential customer that's not previously engaged with your solutions or services.

      • Renewal opportunity: Represents an opportunity to renew an existing contract or subscription with a current customer, which helps to ensure service continuity.

      • Expansion opportunity: Represents an opportunity to expand the scope of a customer's contract or subscription, either by adding new services or increasing the volume of existing services.

      Parameters:
      opportunityType - Specifies the opportunity type as renewal, new, or expansion.

      Opportunity types:

      • New opportunity: Represents a new business opportunity with a potential customer that's not previously engaged with your solutions or services.

      • Renewal opportunity: Represents an opportunity to renew an existing contract or subscription with a current customer, which helps to ensure service continuity.

      • Expansion opportunity: Represents an opportunity to expand the scope of a customer's contract or subscription, either by adding new services or increasing the volume of existing services.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • opportunityType

      GetOpportunityResponse.Builder opportunityType(OpportunityType opportunityType)

      Specifies the opportunity type as renewal, new, or expansion.

      Opportunity types:

      • New opportunity: Represents a new business opportunity with a potential customer that's not previously engaged with your solutions or services.

      • Renewal opportunity: Represents an opportunity to renew an existing contract or subscription with a current customer, which helps to ensure service continuity.

      • Expansion opportunity: Represents an opportunity to expand the scope of a customer's contract or subscription, either by adding new services or increasing the volume of existing services.

      Parameters:
      opportunityType - Specifies the opportunity type as renewal, new, or expansion.

      Opportunity types:

      • New opportunity: Represents a new business opportunity with a potential customer that's not previously engaged with your solutions or services.

      • Renewal opportunity: Represents an opportunity to renew an existing contract or subscription with a current customer, which helps to ensure service continuity.

      • Expansion opportunity: Represents an opportunity to expand the scope of a customer's contract or subscription, either by adding new services or increasing the volume of existing services.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • partnerOpportunityIdentifier

      GetOpportunityResponse.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.
    • primaryNeedsFromAwsWithStrings

      GetOpportunityResponse.Builder primaryNeedsFromAwsWithStrings(Collection<String> primaryNeedsFromAws)

      Identifies the type of support the partner needs from Amazon Web Services.

      Valid values:

      • Cosell—Architectural Validation: Confirmation from Amazon Web Services that the partner's proposed solution architecture is aligned with Amazon Web Services best practices and poses minimal architectural risks.

      • Cosell—Business Presentation: Request Amazon Web Services seller's participation in a joint customer presentation.

      • Cosell—Competitive Information: Access to Amazon Web Services competitive resources and support for the partner's proposed solution.

      • Cosell—Pricing Assistance: Connect with an Amazon Web Services seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals).

      • Cosell—Technical Consultation: Connect with an Amazon Web Services Solutions Architect to address the partner's questions about the proposed solution.

      • Cosell—Total Cost of Ownership Evaluation: Assistance with quoting different cost savings of proposed solutions on Amazon Web Services versus on-premises or a traditional hosting environment.

      • Cosell—Deal Support: Request Amazon Web Services seller's support to progress the opportunity (for example: joint customer call, strategic positioning).

      • Cosell—Support for Public Tender/RFx: Opportunity related to the public sector where the partner needs Amazon Web Services RFx support.

      Parameters:
      primaryNeedsFromAws - Identifies the type of support the partner needs from Amazon Web Services.

      Valid values:

      • Cosell—Architectural Validation: Confirmation from Amazon Web Services that the partner's proposed solution architecture is aligned with Amazon Web Services best practices and poses minimal architectural risks.

      • Cosell—Business Presentation: Request Amazon Web Services seller's participation in a joint customer presentation.

      • Cosell—Competitive Information: Access to Amazon Web Services competitive resources and support for the partner's proposed solution.

      • Cosell—Pricing Assistance: Connect with an Amazon Web Services seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals).

      • Cosell—Technical Consultation: Connect with an Amazon Web Services Solutions Architect to address the partner's questions about the proposed solution.

      • Cosell—Total Cost of Ownership Evaluation: Assistance with quoting different cost savings of proposed solutions on Amazon Web Services versus on-premises or a traditional hosting environment.

      • Cosell—Deal Support: Request Amazon Web Services seller's support to progress the opportunity (for example: joint customer call, strategic positioning).

      • Cosell—Support for Public Tender/RFx: Opportunity related to the public sector where the partner needs Amazon Web Services RFx support.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • primaryNeedsFromAwsWithStrings

      GetOpportunityResponse.Builder primaryNeedsFromAwsWithStrings(String... primaryNeedsFromAws)

      Identifies the type of support the partner needs from Amazon Web Services.

      Valid values:

      • Cosell—Architectural Validation: Confirmation from Amazon Web Services that the partner's proposed solution architecture is aligned with Amazon Web Services best practices and poses minimal architectural risks.

      • Cosell—Business Presentation: Request Amazon Web Services seller's participation in a joint customer presentation.

      • Cosell—Competitive Information: Access to Amazon Web Services competitive resources and support for the partner's proposed solution.

      • Cosell—Pricing Assistance: Connect with an Amazon Web Services seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals).

      • Cosell—Technical Consultation: Connect with an Amazon Web Services Solutions Architect to address the partner's questions about the proposed solution.

      • Cosell—Total Cost of Ownership Evaluation: Assistance with quoting different cost savings of proposed solutions on Amazon Web Services versus on-premises or a traditional hosting environment.

      • Cosell—Deal Support: Request Amazon Web Services seller's support to progress the opportunity (for example: joint customer call, strategic positioning).

      • Cosell—Support for Public Tender/RFx: Opportunity related to the public sector where the partner needs Amazon Web Services RFx support.

      Parameters:
      primaryNeedsFromAws - Identifies the type of support the partner needs from Amazon Web Services.

      Valid values:

      • Cosell—Architectural Validation: Confirmation from Amazon Web Services that the partner's proposed solution architecture is aligned with Amazon Web Services best practices and poses minimal architectural risks.

      • Cosell—Business Presentation: Request Amazon Web Services seller's participation in a joint customer presentation.

      • Cosell—Competitive Information: Access to Amazon Web Services competitive resources and support for the partner's proposed solution.

      • Cosell—Pricing Assistance: Connect with an Amazon Web Services seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals).

      • Cosell—Technical Consultation: Connect with an Amazon Web Services Solutions Architect to address the partner's questions about the proposed solution.

      • Cosell—Total Cost of Ownership Evaluation: Assistance with quoting different cost savings of proposed solutions on Amazon Web Services versus on-premises or a traditional hosting environment.

      • Cosell—Deal Support: Request Amazon Web Services seller's support to progress the opportunity (for example: joint customer call, strategic positioning).

      • Cosell—Support for Public Tender/RFx: Opportunity related to the public sector where the partner needs Amazon Web Services RFx support.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • primaryNeedsFromAws

      GetOpportunityResponse.Builder primaryNeedsFromAws(Collection<PrimaryNeedFromAws> primaryNeedsFromAws)

      Identifies the type of support the partner needs from Amazon Web Services.

      Valid values:

      • Cosell—Architectural Validation: Confirmation from Amazon Web Services that the partner's proposed solution architecture is aligned with Amazon Web Services best practices and poses minimal architectural risks.

      • Cosell—Business Presentation: Request Amazon Web Services seller's participation in a joint customer presentation.

      • Cosell—Competitive Information: Access to Amazon Web Services competitive resources and support for the partner's proposed solution.

      • Cosell—Pricing Assistance: Connect with an Amazon Web Services seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals).

      • Cosell—Technical Consultation: Connect with an Amazon Web Services Solutions Architect to address the partner's questions about the proposed solution.

      • Cosell—Total Cost of Ownership Evaluation: Assistance with quoting different cost savings of proposed solutions on Amazon Web Services versus on-premises or a traditional hosting environment.

      • Cosell—Deal Support: Request Amazon Web Services seller's support to progress the opportunity (for example: joint customer call, strategic positioning).

      • Cosell—Support for Public Tender/RFx: Opportunity related to the public sector where the partner needs Amazon Web Services RFx support.

      Parameters:
      primaryNeedsFromAws - Identifies the type of support the partner needs from Amazon Web Services.

      Valid values:

      • Cosell—Architectural Validation: Confirmation from Amazon Web Services that the partner's proposed solution architecture is aligned with Amazon Web Services best practices and poses minimal architectural risks.

      • Cosell—Business Presentation: Request Amazon Web Services seller's participation in a joint customer presentation.

      • Cosell—Competitive Information: Access to Amazon Web Services competitive resources and support for the partner's proposed solution.

      • Cosell—Pricing Assistance: Connect with an Amazon Web Services seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals).

      • Cosell—Technical Consultation: Connect with an Amazon Web Services Solutions Architect to address the partner's questions about the proposed solution.

      • Cosell—Total Cost of Ownership Evaluation: Assistance with quoting different cost savings of proposed solutions on Amazon Web Services versus on-premises or a traditional hosting environment.

      • Cosell—Deal Support: Request Amazon Web Services seller's support to progress the opportunity (for example: joint customer call, strategic positioning).

      • Cosell—Support for Public Tender/RFx: Opportunity related to the public sector where the partner needs Amazon Web Services RFx support.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • primaryNeedsFromAws

      GetOpportunityResponse.Builder primaryNeedsFromAws(PrimaryNeedFromAws... primaryNeedsFromAws)

      Identifies the type of support the partner needs from Amazon Web Services.

      Valid values:

      • Cosell—Architectural Validation: Confirmation from Amazon Web Services that the partner's proposed solution architecture is aligned with Amazon Web Services best practices and poses minimal architectural risks.

      • Cosell—Business Presentation: Request Amazon Web Services seller's participation in a joint customer presentation.

      • Cosell—Competitive Information: Access to Amazon Web Services competitive resources and support for the partner's proposed solution.

      • Cosell—Pricing Assistance: Connect with an Amazon Web Services seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals).

      • Cosell—Technical Consultation: Connect with an Amazon Web Services Solutions Architect to address the partner's questions about the proposed solution.

      • Cosell—Total Cost of Ownership Evaluation: Assistance with quoting different cost savings of proposed solutions on Amazon Web Services versus on-premises or a traditional hosting environment.

      • Cosell—Deal Support: Request Amazon Web Services seller's support to progress the opportunity (for example: joint customer call, strategic positioning).

      • Cosell—Support for Public Tender/RFx: Opportunity related to the public sector where the partner needs Amazon Web Services RFx support.

      Parameters:
      primaryNeedsFromAws - Identifies the type of support the partner needs from Amazon Web Services.

      Valid values:

      • Cosell—Architectural Validation: Confirmation from Amazon Web Services that the partner's proposed solution architecture is aligned with Amazon Web Services best practices and poses minimal architectural risks.

      • Cosell—Business Presentation: Request Amazon Web Services seller's participation in a joint customer presentation.

      • Cosell—Competitive Information: Access to Amazon Web Services competitive resources and support for the partner's proposed solution.

      • Cosell—Pricing Assistance: Connect with an Amazon Web Services seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals).

      • Cosell—Technical Consultation: Connect with an Amazon Web Services Solutions Architect to address the partner's questions about the proposed solution.

      • Cosell—Total Cost of Ownership Evaluation: Assistance with quoting different cost savings of proposed solutions on Amazon Web Services versus on-premises or a traditional hosting environment.

      • Cosell—Deal Support: Request Amazon Web Services seller's support to progress the opportunity (for example: joint customer call, strategic positioning).

      • Cosell—Support for Public Tender/RFx: Opportunity related to the public sector where the partner needs Amazon Web Services RFx support.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • project

      An object that contains project details summary for the Opportunity.

      Parameters:
      project - An object that contains project details summary for the Opportunity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • project

      An object that contains project details summary for the Opportunity.

      This is a convenience method that creates an instance of the Project.Builder avoiding the need to create one manually via Project.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to project(Project).

      Parameters:
      project - a consumer that will call methods on Project.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • relatedEntityIdentifiers

      GetOpportunityResponse.Builder relatedEntityIdentifiers(RelatedEntityIdentifiers relatedEntityIdentifiers)

      Provides information about the associations of other entities with the opportunity. These entities include identifiers for AWSProducts, Partner Solutions, and AWSMarketplaceOffers.

      Parameters:
      relatedEntityIdentifiers - Provides information about the associations of other entities with the opportunity. These entities include identifiers for AWSProducts, Partner Solutions, and AWSMarketplaceOffers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • relatedEntityIdentifiers

      default GetOpportunityResponse.Builder relatedEntityIdentifiers(Consumer<RelatedEntityIdentifiers.Builder> relatedEntityIdentifiers)

      Provides information about the associations of other entities with the opportunity. These entities include identifiers for AWSProducts, Partner Solutions, and AWSMarketplaceOffers.

      This is a convenience method that creates an instance of the RelatedEntityIdentifiers.Builder avoiding the need to create one manually via RelatedEntityIdentifiers.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to relatedEntityIdentifiers(RelatedEntityIdentifiers).

      Parameters:
      relatedEntityIdentifiers - a consumer that will call methods on RelatedEntityIdentifiers.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • softwareRevenue

      GetOpportunityResponse.Builder softwareRevenue(SoftwareRevenue softwareRevenue)

      Specifies details of a customer's procurement terms. Required only for partners in eligible programs.

      Parameters:
      softwareRevenue - Specifies details of a customer's procurement terms. Required only for partners in eligible programs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • softwareRevenue

      default GetOpportunityResponse.Builder softwareRevenue(Consumer<SoftwareRevenue.Builder> softwareRevenue)

      Specifies details of a customer's procurement terms. Required only for partners in eligible programs.

      This is a convenience method that creates an instance of the SoftwareRevenue.Builder avoiding the need to create one manually via SoftwareRevenue.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to softwareRevenue(SoftwareRevenue).

      Parameters:
      softwareRevenue - a consumer that will call methods on SoftwareRevenue.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: