Interface UpdateOpportunityRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateOpportunityRequest.Builder,UpdateOpportunityRequest>,PartnerCentralSellingRequest.Builder,SdkBuilder<UpdateOpportunityRequest.Builder,UpdateOpportunityRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateOpportunityRequest
public static interface UpdateOpportunityRequest.Builder extends PartnerCentralSellingRequest.Builder, SdkPojo, CopyableBuilder<UpdateOpportunityRequest.Builder,UpdateOpportunityRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateOpportunityRequest.Buildercatalog(String catalog)Specifies the catalog associated with the request.default UpdateOpportunityRequest.Buildercustomer(Consumer<Customer.Builder> customer)Specifies details of the customer associated with theOpportunity.UpdateOpportunityRequest.Buildercustomer(Customer customer)Specifies details of the customer associated with theOpportunity.UpdateOpportunityRequest.Builderidentifier(String identifier)Read-only, system generatedOpportunityunique identifier.UpdateOpportunityRequest.BuilderlastModifiedDate(Instant lastModifiedDate)DateTimewhen the opportunity was last modified.default UpdateOpportunityRequest.BuilderlifeCycle(Consumer<LifeCycle.Builder> lifeCycle)An object that contains lifecycle details for theOpportunity.UpdateOpportunityRequest.BuilderlifeCycle(LifeCycle lifeCycle)An object that contains lifecycle details for theOpportunity.default UpdateOpportunityRequest.Buildermarketing(Consumer<Marketing.Builder> marketing)An object that contains marketing details for theOpportunity.UpdateOpportunityRequest.Buildermarketing(Marketing marketing)An object that contains marketing details for theOpportunity.UpdateOpportunityRequest.BuildernationalSecurity(String nationalSecurity)Specifies if the opportunity is associated with national security concerns.UpdateOpportunityRequest.BuildernationalSecurity(NationalSecurity nationalSecurity)Specifies if the opportunity is associated with national security concerns.UpdateOpportunityRequest.BuilderopportunityType(String opportunityType)Specifies the opportunity type as a renewal, new, or expansion.UpdateOpportunityRequest.BuilderopportunityType(OpportunityType opportunityType)Specifies the opportunity type as a renewal, new, or expansion.UpdateOpportunityRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateOpportunityRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateOpportunityRequest.BuilderpartnerOpportunityIdentifier(String partnerOpportunityIdentifier)Specifies the opportunity's unique identifier in the partner's CRM system.UpdateOpportunityRequest.BuilderprimaryNeedsFromAws(Collection<PrimaryNeedFromAws> primaryNeedsFromAws)Identifies the type of support the partner needs from Amazon Web Services.UpdateOpportunityRequest.BuilderprimaryNeedsFromAws(PrimaryNeedFromAws... primaryNeedsFromAws)Identifies the type of support the partner needs from Amazon Web Services.UpdateOpportunityRequest.BuilderprimaryNeedsFromAwsWithStrings(String... primaryNeedsFromAws)Identifies the type of support the partner needs from Amazon Web Services.UpdateOpportunityRequest.BuilderprimaryNeedsFromAwsWithStrings(Collection<String> primaryNeedsFromAws)Identifies the type of support the partner needs from Amazon Web Services.default UpdateOpportunityRequest.Builderproject(Consumer<Project.Builder> project)An object that contains project details summary for theOpportunity.UpdateOpportunityRequest.Builderproject(Project project)An object that contains project details summary for theOpportunity.default UpdateOpportunityRequest.BuildersoftwareRevenue(Consumer<SoftwareRevenue.Builder> softwareRevenue)Specifies details of a customer's procurement terms.UpdateOpportunityRequest.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
UpdateOpportunityRequest.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 updated in. UseAWSto update real opportunities in the production environment, andSandboxfor testing in secure, isolated environments. When you use theSandboxcatalog, it allows you to simulate and validate your interactions with Amazon Web Services services without affecting live data or operations.- 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 updated in. UseAWSto update real opportunities in the production environment, andSandboxfor testing in secure, isolated environments. When you use theSandboxcatalog, it allows you to simulate and validate your interactions with Amazon Web Services services without affecting live data or operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customer
UpdateOpportunityRequest.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 UpdateOpportunityRequest.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)
-
identifier
UpdateOpportunityRequest.Builder identifier(String identifier)
Read-only, system generated
Opportunityunique identifier.- Parameters:
identifier- Read-only, system generatedOpportunityunique identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedDate
UpdateOpportunityRequest.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
UpdateOpportunityRequest.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 UpdateOpportunityRequest.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
UpdateOpportunityRequest.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 UpdateOpportunityRequest.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
UpdateOpportunityRequest.Builder nationalSecurity(String nationalSecurity)
Specifies if the opportunity is associated with national security concerns. This flag is only applicable when the industry is
Government. For national-security-related opportunities, validation and compliance rules may apply, impacting the opportunity's visibility and processing.- Parameters:
nationalSecurity- Specifies if the opportunity is associated with national security concerns. This flag is only applicable when the industry isGovernment. For national-security-related opportunities, validation and compliance rules may apply, impacting the opportunity's visibility and processing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NationalSecurity,NationalSecurity
-
nationalSecurity
UpdateOpportunityRequest.Builder nationalSecurity(NationalSecurity nationalSecurity)
Specifies if the opportunity is associated with national security concerns. This flag is only applicable when the industry is
Government. For national-security-related opportunities, validation and compliance rules may apply, impacting the opportunity's visibility and processing.- Parameters:
nationalSecurity- Specifies if the opportunity is associated with national security concerns. This flag is only applicable when the industry isGovernment. For national-security-related opportunities, validation and compliance rules may apply, impacting the opportunity's visibility and processing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NationalSecurity,NationalSecurity
-
opportunityType
UpdateOpportunityRequest.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
UpdateOpportunityRequest.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
-
-
partnerOpportunityIdentifier
UpdateOpportunityRequest.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
UpdateOpportunityRequest.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 AWS seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals).
-
Cosell—Technical Consultation: Connection 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 RFx support from Amazon Web Services.
- 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 AWS seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals).
-
Cosell—Technical Consultation: Connection 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 RFx support from Amazon Web Services.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
primaryNeedsFromAwsWithStrings
UpdateOpportunityRequest.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 AWS seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals).
-
Cosell—Technical Consultation: Connection 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 RFx support from Amazon Web Services.
- 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 AWS seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals).
-
Cosell—Technical Consultation: Connection 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 RFx support from Amazon Web Services.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
primaryNeedsFromAws
UpdateOpportunityRequest.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 AWS seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals).
-
Cosell—Technical Consultation: Connection 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 RFx support from Amazon Web Services.
- 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 AWS seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals).
-
Cosell—Technical Consultation: Connection 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 RFx support from Amazon Web Services.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
primaryNeedsFromAws
UpdateOpportunityRequest.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 AWS seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals).
-
Cosell—Technical Consultation: Connection 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 RFx support from Amazon Web Services.
- 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 AWS seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals).
-
Cosell—Technical Consultation: Connection 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 RFx support from Amazon Web Services.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
project
UpdateOpportunityRequest.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 UpdateOpportunityRequest.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)
-
softwareRevenue
UpdateOpportunityRequest.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 UpdateOpportunityRequest.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)
-
overrideConfiguration
UpdateOpportunityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateOpportunityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-