static CreateOpportunityRequest.Builder |
CreateOpportunityRequest.builder() |
|
CreateOpportunityRequest.Builder |
CreateOpportunityRequest.Builder.catalog(String catalog) |
Specifies the catalog associated with the request.
|
CreateOpportunityRequest.Builder |
CreateOpportunityRequest.Builder.clientToken(String clientToken) |
Required to be unique, and should be unchanging, it can be randomly generated or a meaningful string.
|
default CreateOpportunityRequest.Builder |
CreateOpportunityRequest.Builder.customer(Consumer<Customer.Builder> customer) |
Specifies customer details associated with the Opportunity.
|
CreateOpportunityRequest.Builder |
CreateOpportunityRequest.Builder.customer(Customer customer) |
Specifies customer details associated with the Opportunity.
|
default CreateOpportunityRequest.Builder |
CreateOpportunityRequest.Builder.lifeCycle(Consumer<LifeCycle.Builder> lifeCycle) |
An object that contains lifecycle details for the Opportunity.
|
CreateOpportunityRequest.Builder |
CreateOpportunityRequest.Builder.lifeCycle(LifeCycle lifeCycle) |
An object that contains lifecycle details for the Opportunity.
|
default CreateOpportunityRequest.Builder |
CreateOpportunityRequest.Builder.marketing(Consumer<Marketing.Builder> marketing) |
This object contains marketing details and is optional for an opportunity.
|
CreateOpportunityRequest.Builder |
CreateOpportunityRequest.Builder.marketing(Marketing marketing) |
This object contains marketing details and is optional for an opportunity.
|
CreateOpportunityRequest.Builder |
CreateOpportunityRequest.Builder.nationalSecurity(String nationalSecurity) |
Indicates whether the Opportunity pertains to a national security project.
|
CreateOpportunityRequest.Builder |
CreateOpportunityRequest.Builder.nationalSecurity(NationalSecurity nationalSecurity) |
Indicates whether the Opportunity pertains to a national security project.
|
CreateOpportunityRequest.Builder |
CreateOpportunityRequest.Builder.opportunityTeam(Collection<Contact> opportunityTeam) |
Represents the internal team handling the opportunity.
|
CreateOpportunityRequest.Builder |
CreateOpportunityRequest.Builder.opportunityTeam(Consumer<Contact.Builder>... opportunityTeam) |
Represents the internal team handling the opportunity.
|
CreateOpportunityRequest.Builder |
CreateOpportunityRequest.Builder.opportunityTeam(Contact... opportunityTeam) |
Represents the internal team handling the opportunity.
|
CreateOpportunityRequest.Builder |
CreateOpportunityRequest.Builder.opportunityType(String opportunityType) |
Specifies the opportunity type as a renewal, new, or expansion.
|
CreateOpportunityRequest.Builder |
CreateOpportunityRequest.Builder.opportunityType(OpportunityType opportunityType) |
Specifies the opportunity type as a renewal, new, or expansion.
|
CreateOpportunityRequest.Builder |
CreateOpportunityRequest.Builder.origin(String origin) |
Specifies the origin of the opportunity, indicating if it was sourced from Amazon Web Services or the
partner.
|
CreateOpportunityRequest.Builder |
CreateOpportunityRequest.Builder.origin(OpportunityOrigin origin) |
Specifies the origin of the opportunity, indicating if it was sourced from Amazon Web Services or the
partner.
|
CreateOpportunityRequest.Builder |
CreateOpportunityRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateOpportunityRequest.Builder |
CreateOpportunityRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateOpportunityRequest.Builder |
CreateOpportunityRequest.Builder.partnerOpportunityIdentifier(String partnerOpportunityIdentifier) |
Specifies the opportunity's unique identifier in the partner's CRM system.
|
CreateOpportunityRequest.Builder |
CreateOpportunityRequest.Builder.primaryNeedsFromAws(Collection<PrimaryNeedFromAws> primaryNeedsFromAws) |
Identifies the type of support the partner needs from Amazon Web Services.
|
CreateOpportunityRequest.Builder |
CreateOpportunityRequest.Builder.primaryNeedsFromAws(PrimaryNeedFromAws... primaryNeedsFromAws) |
Identifies the type of support the partner needs from Amazon Web Services.
|
CreateOpportunityRequest.Builder |
CreateOpportunityRequest.Builder.primaryNeedsFromAwsWithStrings(String... primaryNeedsFromAws) |
Identifies the type of support the partner needs from Amazon Web Services.
|
CreateOpportunityRequest.Builder |
CreateOpportunityRequest.Builder.primaryNeedsFromAwsWithStrings(Collection<String> primaryNeedsFromAws) |
Identifies the type of support the partner needs from Amazon Web Services.
|
default CreateOpportunityRequest.Builder |
CreateOpportunityRequest.Builder.project(Consumer<Project.Builder> project) |
An object that contains project details for the Opportunity.
|
CreateOpportunityRequest.Builder |
CreateOpportunityRequest.Builder.project(Project project) |
An object that contains project details for the Opportunity.
|
default CreateOpportunityRequest.Builder |
CreateOpportunityRequest.Builder.softwareRevenue(Consumer<SoftwareRevenue.Builder> softwareRevenue) |
Specifies details of a customer's procurement terms.
|
CreateOpportunityRequest.Builder |
CreateOpportunityRequest.Builder.softwareRevenue(SoftwareRevenue softwareRevenue) |
Specifies details of a customer's procurement terms.
|
CreateOpportunityRequest.Builder |
CreateOpportunityRequest.toBuilder() |
|