static LifeCycle.Builder |
LifeCycle.builder() |
|
LifeCycle.Builder |
LifeCycle.Builder.closedLostReason(String closedLostReason) |
Specifies the reason code when an opportunity is marked as Closed Lost.
|
LifeCycle.Builder |
LifeCycle.Builder.closedLostReason(ClosedLostReason closedLostReason) |
Specifies the reason code when an opportunity is marked as Closed Lost.
|
LifeCycle.Builder |
LifeCycle.Builder.nextSteps(String nextSteps) |
Specifies the upcoming actions or tasks for the Opportunity.
|
LifeCycle.Builder |
LifeCycle.Builder.nextStepsHistory(Collection<NextStepsHistory> nextStepsHistory) |
Captures a chronological record of the next steps or actions planned or taken for the current opportunity,
along with the timestamp.
|
LifeCycle.Builder |
LifeCycle.Builder.nextStepsHistory(Consumer<NextStepsHistory.Builder>... nextStepsHistory) |
Captures a chronological record of the next steps or actions planned or taken for the current opportunity,
along with the timestamp.
|
LifeCycle.Builder |
LifeCycle.Builder.nextStepsHistory(NextStepsHistory... nextStepsHistory) |
Captures a chronological record of the next steps or actions planned or taken for the current opportunity,
along with the timestamp.
|
LifeCycle.Builder |
LifeCycle.Builder.reviewComments(String reviewComments) |
Indicates why an opportunity was sent back for further details.
|
LifeCycle.Builder |
LifeCycle.Builder.reviewStatus(String reviewStatus) |
Indicates the review status of an opportunity referred by a partner.
|
LifeCycle.Builder |
LifeCycle.Builder.reviewStatus(ReviewStatus reviewStatus) |
Indicates the review status of an opportunity referred by a partner.
|
LifeCycle.Builder |
LifeCycle.Builder.reviewStatusReason(String reviewStatusReason) |
Indicates the reason a decision was made during the opportunity review process.
|
LifeCycle.Builder |
LifeCycle.Builder.stage(String stage) |
Specifies the current stage of the Opportunity's lifecycle as it maps to Amazon Web Services
stages from the current stage in the partner CRM.
|
LifeCycle.Builder |
LifeCycle.Builder.stage(Stage stage) |
Specifies the current stage of the Opportunity's lifecycle as it maps to Amazon Web Services
stages from the current stage in the partner CRM.
|
LifeCycle.Builder |
LifeCycle.Builder.targetCloseDate(String targetCloseDate) |
Specifies the date when Amazon Web Services expects to start significant billing, when the project finishes,
and when it moves into production.
|
LifeCycle.Builder |
LifeCycle.toBuilder() |
|