Interface CreateOpportunityRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateOpportunityRequest.Builder,CreateOpportunityRequest>,PartnerCentralSellingRequest.Builder,SdkBuilder<CreateOpportunityRequest.Builder,CreateOpportunityRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateOpportunityRequest
public static interface CreateOpportunityRequest.Builder extends PartnerCentralSellingRequest.Builder, SdkPojo, CopyableBuilder<CreateOpportunityRequest.Builder,CreateOpportunityRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateOpportunityRequest.Buildercatalog(String catalog)Specifies the catalog associated with the request.CreateOpportunityRequest.BuilderclientToken(String clientToken)Required to be unique, and should be unchanging, it can be randomly generated or a meaningful string.default CreateOpportunityRequest.Buildercustomer(Consumer<Customer.Builder> customer)Specifies customer details associated with theOpportunity.CreateOpportunityRequest.Buildercustomer(Customer customer)Specifies customer details associated with theOpportunity.default CreateOpportunityRequest.BuilderlifeCycle(Consumer<LifeCycle.Builder> lifeCycle)An object that contains lifecycle details for theOpportunity.CreateOpportunityRequest.BuilderlifeCycle(LifeCycle lifeCycle)An object that contains lifecycle details for theOpportunity.default CreateOpportunityRequest.Buildermarketing(Consumer<Marketing.Builder> marketing)This object contains marketing details and is optional for an opportunity.CreateOpportunityRequest.Buildermarketing(Marketing marketing)This object contains marketing details and is optional for an opportunity.CreateOpportunityRequest.BuildernationalSecurity(String nationalSecurity)Indicates whether theOpportunitypertains to a national security project.CreateOpportunityRequest.BuildernationalSecurity(NationalSecurity nationalSecurity)Indicates whether theOpportunitypertains to a national security project.CreateOpportunityRequest.BuilderopportunityTeam(Collection<Contact> opportunityTeam)Represents the internal team handling the opportunity.CreateOpportunityRequest.BuilderopportunityTeam(Consumer<Contact.Builder>... opportunityTeam)Represents the internal team handling the opportunity.CreateOpportunityRequest.BuilderopportunityTeam(Contact... opportunityTeam)Represents the internal team handling the opportunity.CreateOpportunityRequest.BuilderopportunityType(String opportunityType)Specifies the opportunity type as a renewal, new, or expansion.CreateOpportunityRequest.BuilderopportunityType(OpportunityType opportunityType)Specifies the opportunity type as a renewal, new, or expansion.CreateOpportunityRequest.Builderorigin(String origin)Specifies the origin of the opportunity, indicating if it was sourced from Amazon Web Services or the partner.CreateOpportunityRequest.Builderorigin(OpportunityOrigin origin)Specifies the origin of the opportunity, indicating if it was sourced from Amazon Web Services or the partner.CreateOpportunityRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateOpportunityRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateOpportunityRequest.BuilderpartnerOpportunityIdentifier(String partnerOpportunityIdentifier)Specifies the opportunity's unique identifier in the partner's CRM system.CreateOpportunityRequest.BuilderprimaryNeedsFromAws(Collection<PrimaryNeedFromAws> primaryNeedsFromAws)Identifies the type of support the partner needs from Amazon Web Services.CreateOpportunityRequest.BuilderprimaryNeedsFromAws(PrimaryNeedFromAws... primaryNeedsFromAws)Identifies the type of support the partner needs from Amazon Web Services.CreateOpportunityRequest.BuilderprimaryNeedsFromAwsWithStrings(String... primaryNeedsFromAws)Identifies the type of support the partner needs from Amazon Web Services.CreateOpportunityRequest.BuilderprimaryNeedsFromAwsWithStrings(Collection<String> primaryNeedsFromAws)Identifies the type of support the partner needs from Amazon Web Services.default CreateOpportunityRequest.Builderproject(Consumer<Project.Builder> project)An object that contains project details for theOpportunity.CreateOpportunityRequest.Builderproject(Project project)An object that contains project details for theOpportunity.default CreateOpportunityRequest.BuildersoftwareRevenue(Consumer<SoftwareRevenue.Builder> softwareRevenue)Specifies details of a customer's procurement terms.CreateOpportunityRequest.BuildersoftwareRevenue(SoftwareRevenue softwareRevenue)Specifies details of a customer's procurement terms.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.partnercentralselling.model.PartnerCentralSellingRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
catalog
CreateOpportunityRequest.Builder catalog(String catalog)
Specifies the catalog associated with the request. This field takes a string value from a predefined list:
AWSorSandbox. The catalog determines which environment the opportunity is created in. UseAWSto create opportunities in the Amazon Web Services catalog, andSandboxfor testing in secure, isolated environments.- Parameters:
catalog- Specifies the catalog associated with the request. This field takes a string value from a predefined list:AWSorSandbox. The catalog determines which environment the opportunity is created in. UseAWSto create opportunities in the Amazon Web Services catalog, andSandboxfor testing in secure, isolated environments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
CreateOpportunityRequest.Builder clientToken(String clientToken)
Required to be unique, and should be unchanging, it can be randomly generated or a meaningful string.
Default: None
Best practice: To help ensure uniqueness and avoid conflicts, use a Universally Unique Identifier (UUID) as the
ClientToken. You can use standard libraries from most programming languages to generate this. If you use the same client token, the API returns the following error: "Conflicting client token submitted for a new request body."- Parameters:
clientToken- Required to be unique, and should be unchanging, it can be randomly generated or a meaningful string.Default: None
Best practice: To help ensure uniqueness and avoid conflicts, use a Universally Unique Identifier (UUID) as the
ClientToken. You can use standard libraries from most programming languages to generate this. If you use the same client token, the API returns the following error: "Conflicting client token submitted for a new request body."- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customer
CreateOpportunityRequest.Builder customer(Customer customer)
Specifies customer details associated with the
Opportunity.- Parameters:
customer- Specifies customer details associated with theOpportunity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customer
default CreateOpportunityRequest.Builder customer(Consumer<Customer.Builder> customer)
Specifies customer details associated with the
This is a convenience method that creates an instance of theOpportunity.Customer.Builderavoiding the need to create one manually viaCustomer.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocustomer(Customer).- Parameters:
customer- a consumer that will call methods onCustomer.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
customer(Customer)
-
lifeCycle
CreateOpportunityRequest.Builder lifeCycle(LifeCycle lifeCycle)
An object that contains lifecycle details for the
Opportunity.- Parameters:
lifeCycle- An object that contains lifecycle details for theOpportunity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lifeCycle
default CreateOpportunityRequest.Builder lifeCycle(Consumer<LifeCycle.Builder> lifeCycle)
An object that contains lifecycle details for the
This is a convenience method that creates an instance of theOpportunity.LifeCycle.Builderavoiding the need to create one manually viaLifeCycle.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolifeCycle(LifeCycle).- Parameters:
lifeCycle- a consumer that will call methods onLifeCycle.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
lifeCycle(LifeCycle)
-
marketing
CreateOpportunityRequest.Builder marketing(Marketing marketing)
This object contains marketing details and is optional for an opportunity.
- Parameters:
marketing- This object contains marketing details and is optional for an opportunity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marketing
default CreateOpportunityRequest.Builder marketing(Consumer<Marketing.Builder> marketing)
This object contains marketing details and is optional for an opportunity.
This is a convenience method that creates an instance of theMarketing.Builderavoiding the need to create one manually viaMarketing.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomarketing(Marketing).- Parameters:
marketing- a consumer that will call methods onMarketing.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
marketing(Marketing)
-
nationalSecurity
CreateOpportunityRequest.Builder nationalSecurity(String nationalSecurity)
Indicates whether the
Opportunitypertains to a national security project. This field must be set totrueonly when the customer's industry is Government. Additional privacy and security measures apply during the review and management process for opportunities marked asNationalSecurity.- Parameters:
nationalSecurity- Indicates whether theOpportunitypertains to a national security project. This field must be set totrueonly when the customer's industry is Government. Additional privacy and security measures apply during the review and management process for opportunities marked asNationalSecurity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NationalSecurity,NationalSecurity
-
nationalSecurity
CreateOpportunityRequest.Builder nationalSecurity(NationalSecurity nationalSecurity)
Indicates whether the
Opportunitypertains to a national security project. This field must be set totrueonly when the customer's industry is Government. Additional privacy and security measures apply during the review and management process for opportunities marked asNationalSecurity.- Parameters:
nationalSecurity- Indicates whether theOpportunitypertains to a national security project. This field must be set totrueonly when the customer's industry is Government. Additional privacy and security measures apply during the review and management process for opportunities marked asNationalSecurity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NationalSecurity,NationalSecurity
-
opportunityTeam
CreateOpportunityRequest.Builder opportunityTeam(Collection<Contact> opportunityTeam)
Represents the internal team handling the opportunity. Specify collaborating members of this opportunity who are within the partner's organization.
- Parameters:
opportunityTeam- Represents the internal team handling the opportunity. Specify collaborating members of this opportunity who are within the partner's organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
opportunityTeam
CreateOpportunityRequest.Builder opportunityTeam(Contact... opportunityTeam)
Represents the internal team handling the opportunity. Specify collaborating members of this opportunity who are within the partner's organization.
- Parameters:
opportunityTeam- Represents the internal team handling the opportunity. Specify collaborating members of this opportunity who are within the partner's organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
opportunityTeam
CreateOpportunityRequest.Builder opportunityTeam(Consumer<Contact.Builder>... opportunityTeam)
Represents the internal team handling the opportunity. Specify collaborating members of this opportunity who are within the partner's organization.
This is a convenience method that creates an instance of theContact.Builderavoiding the need to create one manually viaContact.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#opportunityTeam(List.) - Parameters:
opportunityTeam- a consumer that will call methods onContact.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#opportunityTeam(java.util.Collection)
-
opportunityType
CreateOpportunityRequest.Builder opportunityType(String opportunityType)
Specifies the opportunity type as a 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, ensuring continuity of service.
-
Expansion opportunity: Represents an opportunity to expand the scope of an existing contract or subscription, either by adding new services or increasing the volume of existing services for a current customer.
- Parameters:
opportunityType- Specifies the opportunity type as a 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, ensuring continuity of service.
-
Expansion opportunity: Represents an opportunity to expand the scope of an existing contract or subscription, either by adding new services or increasing the volume of existing services for a current customer.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OpportunityType,OpportunityType
-
-
opportunityType
CreateOpportunityRequest.Builder opportunityType(OpportunityType opportunityType)
Specifies the opportunity type as a 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, ensuring continuity of service.
-
Expansion opportunity: Represents an opportunity to expand the scope of an existing contract or subscription, either by adding new services or increasing the volume of existing services for a current customer.
- Parameters:
opportunityType- Specifies the opportunity type as a 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, ensuring continuity of service.
-
Expansion opportunity: Represents an opportunity to expand the scope of an existing contract or subscription, either by adding new services or increasing the volume of existing services for a current customer.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OpportunityType,OpportunityType
-
-
origin
CreateOpportunityRequest.Builder origin(String origin)
Specifies the origin of the opportunity, indicating if it was sourced from Amazon Web Services or the partner. For all opportunities created with
Catalog: AWS, this field must only bePartner Referral. However, when usingCatalog: Sandbox, you can set this field toAWS Referralto simulate Amazon Web Services referral creation. This allows Amazon Web Services-originated flows testing in the sandbox catalog.- Parameters:
origin- Specifies the origin of the opportunity, indicating if it was sourced from Amazon Web Services or the partner. For all opportunities created withCatalog: AWS, this field must only bePartner Referral. However, when usingCatalog: Sandbox, you can set this field toAWS Referralto simulate Amazon Web Services referral creation. This allows Amazon Web Services-originated flows testing in the sandbox catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OpportunityOrigin,OpportunityOrigin
-
origin
CreateOpportunityRequest.Builder origin(OpportunityOrigin origin)
Specifies the origin of the opportunity, indicating if it was sourced from Amazon Web Services or the partner. For all opportunities created with
Catalog: AWS, this field must only bePartner Referral. However, when usingCatalog: Sandbox, you can set this field toAWS Referralto simulate Amazon Web Services referral creation. This allows Amazon Web Services-originated flows testing in the sandbox catalog.- Parameters:
origin- Specifies the origin of the opportunity, indicating if it was sourced from Amazon Web Services or the partner. For all opportunities created withCatalog: AWS, this field must only bePartner Referral. However, when usingCatalog: Sandbox, you can set this field toAWS Referralto simulate Amazon Web Services referral creation. This allows Amazon Web Services-originated flows testing in the sandbox catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OpportunityOrigin,OpportunityOrigin
-
partnerOpportunityIdentifier
CreateOpportunityRequest.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 to the partner.
This field allows partners to link an opportunity to their CRM, which helps to ensure seamless integration and accurate synchronization between the Partner Central API and the partner's internal systems.
- 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 to the partner.This field allows partners to link an opportunity to their CRM, which helps to ensure seamless integration and accurate synchronization between the Partner Central API and the partner's internal systems.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
primaryNeedsFromAwsWithStrings
CreateOpportunityRequest.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
CreateOpportunityRequest.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
CreateOpportunityRequest.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
CreateOpportunityRequest.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
CreateOpportunityRequest.Builder project(Project project)
An object that contains project details for the
Opportunity.- Parameters:
project- An object that contains project details for theOpportunity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
project
default CreateOpportunityRequest.Builder project(Consumer<Project.Builder> project)
An object that contains project details for the
This is a convenience method that creates an instance of theOpportunity.Project.Builderavoiding the need to create one manually viaProject.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toproject(Project).- Parameters:
project- a consumer that will call methods onProject.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
project(Project)
-
softwareRevenue
CreateOpportunityRequest.Builder softwareRevenue(SoftwareRevenue softwareRevenue)
Specifies details of a customer's procurement terms. This is required only for partners in eligible programs.
- Parameters:
softwareRevenue- Specifies details of a customer's procurement terms. This is required only for partners in eligible programs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
softwareRevenue
default CreateOpportunityRequest.Builder softwareRevenue(Consumer<SoftwareRevenue.Builder> softwareRevenue)
Specifies details of a customer's procurement terms. This is required only for partners in eligible programs.
This is a convenience method that creates an instance of theSoftwareRevenue.Builderavoiding the need to create one manually viaSoftwareRevenue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosoftwareRevenue(SoftwareRevenue).- Parameters:
softwareRevenue- a consumer that will call methods onSoftwareRevenue.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
softwareRevenue(SoftwareRevenue)
-
overrideConfiguration
CreateOpportunityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateOpportunityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-