static AwsOpportunityLifeCycle.Builder |
AwsOpportunityLifeCycle.builder() |
|
AwsOpportunityLifeCycle.Builder |
AwsOpportunityLifeCycle.Builder.closedLostReason(String closedLostReason) |
Indicates the reason why an opportunity was marked as Closed Lost.
|
AwsOpportunityLifeCycle.Builder |
AwsOpportunityLifeCycle.Builder.closedLostReason(AwsClosedLostReason closedLostReason) |
Indicates the reason why an opportunity was marked as Closed Lost.
|
AwsOpportunityLifeCycle.Builder |
AwsOpportunityLifeCycle.Builder.nextSteps(String nextSteps) |
Specifies the immediate next steps required to progress the opportunity.
|
AwsOpportunityLifeCycle.Builder |
AwsOpportunityLifeCycle.Builder.nextStepsHistory(Collection<ProfileNextStepsHistory> nextStepsHistory) |
Provides a historical log of previous next steps that were taken to move the opportunity forward.
|
AwsOpportunityLifeCycle.Builder |
AwsOpportunityLifeCycle.Builder.nextStepsHistory(Consumer<ProfileNextStepsHistory.Builder>... nextStepsHistory) |
Provides a historical log of previous next steps that were taken to move the opportunity forward.
|
AwsOpportunityLifeCycle.Builder |
AwsOpportunityLifeCycle.Builder.nextStepsHistory(ProfileNextStepsHistory... nextStepsHistory) |
Provides a historical log of previous next steps that were taken to move the opportunity forward.
|
AwsOpportunityLifeCycle.Builder |
AwsOpportunityLifeCycle.Builder.stage(String stage) |
Represents the current stage of the opportunity in its lifecycle, such as Qualification,
Validation, or Closed Won.
|
AwsOpportunityLifeCycle.Builder |
AwsOpportunityLifeCycle.Builder.stage(AwsOpportunityStage stage) |
Represents the current stage of the opportunity in its lifecycle, such as Qualification,
Validation, or Closed Won.
|
AwsOpportunityLifeCycle.Builder |
AwsOpportunityLifeCycle.Builder.targetCloseDate(String targetCloseDate) |
Indicates the expected date by which the opportunity is projected to close.
|
AwsOpportunityLifeCycle.Builder |
AwsOpportunityLifeCycle.toBuilder() |
|