Interface GetOpportunityResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetOpportunityResponse.Builder,GetOpportunityResponse>,PartnerCentralSellingResponse.Builder,SdkBuilder<GetOpportunityResponse.Builder,GetOpportunityResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetOpportunityResponse
public static interface GetOpportunityResponse.Builder extends PartnerCentralSellingResponse.Builder, SdkPojo, CopyableBuilder<GetOpportunityResponse.Builder,GetOpportunityResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetOpportunityResponse.Builderarn(String arn)The Amazon Resource Name (ARN) that uniquely identifies the opportunity.GetOpportunityResponse.Buildercatalog(String catalog)Specifies the catalog associated with the request.GetOpportunityResponse.BuildercreatedDate(Instant createdDate)DateTimewhen theOpportunitywas last created.default GetOpportunityResponse.Buildercustomer(Consumer<Customer.Builder> customer)Specifies details of the customer associated with theOpportunity.GetOpportunityResponse.Buildercustomer(Customer customer)Specifies details of the customer associated with theOpportunity.GetOpportunityResponse.Builderid(String id)Read-only, system generatedOpportunityunique identifier.GetOpportunityResponse.BuilderlastModifiedDate(Instant lastModifiedDate)DateTimewhen the opportunity was last modified.default GetOpportunityResponse.BuilderlifeCycle(Consumer<LifeCycle.Builder> lifeCycle)An object that contains lifecycle details for theOpportunity.GetOpportunityResponse.BuilderlifeCycle(LifeCycle lifeCycle)An object that contains lifecycle details for theOpportunity.default GetOpportunityResponse.Buildermarketing(Consumer<Marketing.Builder> marketing)An object that contains marketing details for theOpportunity.GetOpportunityResponse.Buildermarketing(Marketing marketing)An object that contains marketing details for theOpportunity.GetOpportunityResponse.BuildernationalSecurity(String nationalSecurity)Indicates whether theOpportunitypertains to a national security project.GetOpportunityResponse.BuildernationalSecurity(NationalSecurity nationalSecurity)Indicates whether theOpportunitypertains to a national security project.GetOpportunityResponse.BuilderopportunityTeam(Collection<Contact> opportunityTeam)Represents the internal team handling the opportunity.GetOpportunityResponse.BuilderopportunityTeam(Consumer<Contact.Builder>... opportunityTeam)Represents the internal team handling the opportunity.GetOpportunityResponse.BuilderopportunityTeam(Contact... opportunityTeam)Represents the internal team handling the opportunity.GetOpportunityResponse.BuilderopportunityType(String opportunityType)Specifies the opportunity type as renewal, new, or expansion.GetOpportunityResponse.BuilderopportunityType(OpportunityType opportunityType)Specifies the opportunity type as renewal, new, or expansion.GetOpportunityResponse.BuilderpartnerOpportunityIdentifier(String partnerOpportunityIdentifier)Specifies the opportunity's unique identifier in the partner's CRM system.GetOpportunityResponse.BuilderprimaryNeedsFromAws(Collection<PrimaryNeedFromAws> primaryNeedsFromAws)Identifies the type of support the partner needs from Amazon Web Services.GetOpportunityResponse.BuilderprimaryNeedsFromAws(PrimaryNeedFromAws... primaryNeedsFromAws)Identifies the type of support the partner needs from Amazon Web Services.GetOpportunityResponse.BuilderprimaryNeedsFromAwsWithStrings(String... primaryNeedsFromAws)Identifies the type of support the partner needs from Amazon Web Services.GetOpportunityResponse.BuilderprimaryNeedsFromAwsWithStrings(Collection<String> primaryNeedsFromAws)Identifies the type of support the partner needs from Amazon Web Services.default GetOpportunityResponse.Builderproject(Consumer<Project.Builder> project)An object that contains project details summary for theOpportunity.GetOpportunityResponse.Builderproject(Project project)An object that contains project details summary for theOpportunity.default GetOpportunityResponse.BuilderrelatedEntityIdentifiers(Consumer<RelatedEntityIdentifiers.Builder> relatedEntityIdentifiers)Provides information about the associations of other entities with the opportunity.GetOpportunityResponse.BuilderrelatedEntityIdentifiers(RelatedEntityIdentifiers relatedEntityIdentifiers)Provides information about the associations of other entities with the opportunity.default GetOpportunityResponse.BuildersoftwareRevenue(Consumer<SoftwareRevenue.Builder> softwareRevenue)Specifies details of a customer's procurement terms.GetOpportunityResponse.BuildersoftwareRevenue(SoftwareRevenue softwareRevenue)Specifies details of a customer's procurement terms.-
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
-
arn
GetOpportunityResponse.Builder arn(String 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
GetOpportunityResponse.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 information is retrieved from. UseAWSto retrieve opportunities in the Amazon Web Services catalog, andSandboxto 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:AWSorSandbox. The catalog determines which environment the opportunity information is retrieved from. UseAWSto retrieve opportunities in the Amazon Web Services catalog, andSandboxto 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)
DateTimewhen theOpportunitywas last created.- Parameters:
createdDate-DateTimewhen theOpportunitywas last created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customer
GetOpportunityResponse.Builder customer(Customer customer)
Specifies details of the customer associated with the
Opportunity.- Parameters:
customer- Specifies details of the customer associated with theOpportunity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customer
default GetOpportunityResponse.Builder customer(Consumer<Customer.Builder> customer)
Specifies details of the customer 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)
-
id
GetOpportunityResponse.Builder id(String id)
Read-only, system generated
Opportunityunique identifier.- Parameters:
id- Read-only, system generatedOpportunityunique identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedDate
GetOpportunityResponse.Builder lastModifiedDate(Instant lastModifiedDate)
DateTimewhen the opportunity was last modified.- Parameters:
lastModifiedDate-DateTimewhen the opportunity was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lifeCycle
GetOpportunityResponse.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 GetOpportunityResponse.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
GetOpportunityResponse.Builder marketing(Marketing marketing)
An object that contains marketing details for the
Opportunity.- Parameters:
marketing- An object that contains marketing details for theOpportunity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marketing
default GetOpportunityResponse.Builder marketing(Consumer<Marketing.Builder> marketing)
An object that contains marketing details for the
This is a convenience method that creates an instance of theOpportunity.Marketing.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
GetOpportunityResponse.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
GetOpportunityResponse.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
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 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
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,OpportunityType
-
-
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:
OpportunityType,OpportunityType
-
-
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
GetOpportunityResponse.Builder project(Project project)
An object that contains project details summary for the
Opportunity.- Parameters:
project- An object that contains project details summary for theOpportunity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
project
default GetOpportunityResponse.Builder project(Consumer<Project.Builder> project)
An object that contains project details summary 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)
-
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, andAWSMarketplaceOffers.- Parameters:
relatedEntityIdentifiers- Provides information about the associations of other entities with the opportunity. These entities include identifiers forAWSProducts,Partner Solutions, andAWSMarketplaceOffers.- 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
This is a convenience method that creates an instance of theAWSProducts,Partner Solutions, andAWSMarketplaceOffers.RelatedEntityIdentifiers.Builderavoiding the need to create one manually viaRelatedEntityIdentifiers.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torelatedEntityIdentifiers(RelatedEntityIdentifiers).- Parameters:
relatedEntityIdentifiers- a consumer that will call methods onRelatedEntityIdentifiers.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
relatedEntityIdentifiers(RelatedEntityIdentifiers)
-
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 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)
-
-