Project.Builder |
Project.Builder.additionalComments(String additionalComments) |
Captures additional comments or information for the Opportunity that weren't captured in other
fields.
|
Project.Builder |
Project.Builder.apnPrograms(String... apnPrograms) |
Specifies the Amazon Partner Network (APN) program that influenced the Opportunity.
|
Project.Builder |
Project.Builder.apnPrograms(Collection<String> apnPrograms) |
Specifies the Amazon Partner Network (APN) program that influenced the Opportunity.
|
static Project.Builder |
Project.builder() |
|
Project.Builder |
Project.Builder.competitorName(String competitorName) |
Name of the Opportunity's competitor (if any).
|
Project.Builder |
Project.Builder.competitorName(CompetitorName competitorName) |
Name of the Opportunity's competitor (if any).
|
Project.Builder |
Project.Builder.customerBusinessProblem(String customerBusinessProblem) |
Describes the problem the end customer has, and how the partner is helping.
|
Project.Builder |
Project.Builder.customerUseCase(String customerUseCase) |
Specifies the proposed solution focus or type of workload for the Opportunity.
|
Project.Builder |
Project.Builder.deliveryModels(Collection<DeliveryModel> deliveryModels) |
Specifies the deployment or consumption model for your solution or service in the Opportunity's
context.
|
Project.Builder |
Project.Builder.deliveryModels(DeliveryModel... deliveryModels) |
Specifies the deployment or consumption model for your solution or service in the Opportunity's
context.
|
Project.Builder |
Project.Builder.deliveryModelsWithStrings(String... deliveryModels) |
Specifies the deployment or consumption model for your solution or service in the Opportunity's
context.
|
Project.Builder |
Project.Builder.deliveryModelsWithStrings(Collection<String> deliveryModels) |
Specifies the deployment or consumption model for your solution or service in the Opportunity's
context.
|
Project.Builder |
Project.Builder.expectedCustomerSpend(Collection<ExpectedCustomerSpend> expectedCustomerSpend) |
Represents the estimated amount that the customer is expected to spend on AWS services related to the
opportunity.
|
Project.Builder |
Project.Builder.expectedCustomerSpend(Consumer<ExpectedCustomerSpend.Builder>... expectedCustomerSpend) |
Represents the estimated amount that the customer is expected to spend on AWS services related to the
opportunity.
|
Project.Builder |
Project.Builder.expectedCustomerSpend(ExpectedCustomerSpend... expectedCustomerSpend) |
Represents the estimated amount that the customer is expected to spend on AWS services related to the
opportunity.
|
Project.Builder |
Project.Builder.otherCompetitorNames(String otherCompetitorNames) |
Only allowed when CompetitorNames has Other selected.
|
Project.Builder |
Project.Builder.otherSolutionDescription(String otherSolutionDescription) |
Specifies the offered solution for the customer's business problem when the
RelatedEntityIdentifiers.Solutions field value is Other.
|
Project.Builder |
Project.Builder.relatedOpportunityIdentifier(String relatedOpportunityIdentifier) |
Specifies the current opportunity's parent opportunity identifier.
|
Project.Builder |
Project.Builder.salesActivities(Collection<SalesActivity> salesActivities) |
Specifies the Opportunity's sales activities conducted with the end customer.
|
Project.Builder |
Project.Builder.salesActivities(SalesActivity... salesActivities) |
Specifies the Opportunity's sales activities conducted with the end customer.
|
Project.Builder |
Project.Builder.salesActivitiesWithStrings(String... salesActivities) |
Specifies the Opportunity's sales activities conducted with the end customer.
|
Project.Builder |
Project.Builder.salesActivitiesWithStrings(Collection<String> salesActivities) |
Specifies the Opportunity's sales activities conducted with the end customer.
|
Project.Builder |
Project.Builder.title(String title) |
Specifies the Opportunity's title or name.
|
Project.Builder |
Project.toBuilder() |
|