static UpdateOpportunityRequest.Builder |
UpdateOpportunityRequest.builder() |
|
UpdateOpportunityRequest.Builder |
UpdateOpportunityRequest.Builder.catalog(String catalog) |
Specifies the catalog associated with the request.
|
default UpdateOpportunityRequest.Builder |
UpdateOpportunityRequest.Builder.customer(Consumer<Customer.Builder> customer) |
Specifies details of the customer associated with the Opportunity.
|
UpdateOpportunityRequest.Builder |
UpdateOpportunityRequest.Builder.customer(Customer customer) |
Specifies details of the customer associated with the Opportunity.
|
UpdateOpportunityRequest.Builder |
UpdateOpportunityRequest.Builder.identifier(String identifier) |
Read-only, system generated Opportunity unique identifier.
|
UpdateOpportunityRequest.Builder |
UpdateOpportunityRequest.Builder.lastModifiedDate(Instant lastModifiedDate) |
DateTime when the opportunity was last modified.
|
default UpdateOpportunityRequest.Builder |
UpdateOpportunityRequest.Builder.lifeCycle(Consumer<LifeCycle.Builder> lifeCycle) |
An object that contains lifecycle details for the Opportunity.
|
UpdateOpportunityRequest.Builder |
UpdateOpportunityRequest.Builder.lifeCycle(LifeCycle lifeCycle) |
An object that contains lifecycle details for the Opportunity.
|
default UpdateOpportunityRequest.Builder |
UpdateOpportunityRequest.Builder.marketing(Consumer<Marketing.Builder> marketing) |
An object that contains marketing details for the Opportunity.
|
UpdateOpportunityRequest.Builder |
UpdateOpportunityRequest.Builder.marketing(Marketing marketing) |
An object that contains marketing details for the Opportunity.
|
UpdateOpportunityRequest.Builder |
UpdateOpportunityRequest.Builder.nationalSecurity(String nationalSecurity) |
Specifies if the opportunity is associated with national security concerns.
|
UpdateOpportunityRequest.Builder |
UpdateOpportunityRequest.Builder.nationalSecurity(NationalSecurity nationalSecurity) |
Specifies if the opportunity is associated with national security concerns.
|
UpdateOpportunityRequest.Builder |
UpdateOpportunityRequest.Builder.opportunityType(String opportunityType) |
Specifies the opportunity type as a renewal, new, or expansion.
|
UpdateOpportunityRequest.Builder |
UpdateOpportunityRequest.Builder.opportunityType(OpportunityType opportunityType) |
Specifies the opportunity type as a renewal, new, or expansion.
|
UpdateOpportunityRequest.Builder |
UpdateOpportunityRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateOpportunityRequest.Builder |
UpdateOpportunityRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateOpportunityRequest.Builder |
UpdateOpportunityRequest.Builder.partnerOpportunityIdentifier(String partnerOpportunityIdentifier) |
Specifies the opportunity's unique identifier in the partner's CRM system.
|
UpdateOpportunityRequest.Builder |
UpdateOpportunityRequest.Builder.primaryNeedsFromAws(Collection<PrimaryNeedFromAws> primaryNeedsFromAws) |
Identifies the type of support the partner needs from Amazon Web Services.
|
UpdateOpportunityRequest.Builder |
UpdateOpportunityRequest.Builder.primaryNeedsFromAws(PrimaryNeedFromAws... primaryNeedsFromAws) |
Identifies the type of support the partner needs from Amazon Web Services.
|
UpdateOpportunityRequest.Builder |
UpdateOpportunityRequest.Builder.primaryNeedsFromAwsWithStrings(String... primaryNeedsFromAws) |
Identifies the type of support the partner needs from Amazon Web Services.
|
UpdateOpportunityRequest.Builder |
UpdateOpportunityRequest.Builder.primaryNeedsFromAwsWithStrings(Collection<String> primaryNeedsFromAws) |
Identifies the type of support the partner needs from Amazon Web Services.
|
default UpdateOpportunityRequest.Builder |
UpdateOpportunityRequest.Builder.project(Consumer<Project.Builder> project) |
An object that contains project details summary for the Opportunity.
|
UpdateOpportunityRequest.Builder |
UpdateOpportunityRequest.Builder.project(Project project) |
An object that contains project details summary for the Opportunity.
|
default UpdateOpportunityRequest.Builder |
UpdateOpportunityRequest.Builder.softwareRevenue(Consumer<SoftwareRevenue.Builder> softwareRevenue) |
Specifies details of a customer's procurement terms.
|
UpdateOpportunityRequest.Builder |
UpdateOpportunityRequest.Builder.softwareRevenue(SoftwareRevenue softwareRevenue) |
Specifies details of a customer's procurement terms.
|
UpdateOpportunityRequest.Builder |
UpdateOpportunityRequest.toBuilder() |
|