Uses of Interface
software.amazon.awssdk.services.partnercentralselling.model.LifeCycleForView.Builder
-
Packages that use LifeCycleForView.Builder Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of LifeCycleForView.Builder in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return LifeCycleForView.Builder Modifier and Type Method Description static LifeCycleForView.BuilderLifeCycleForView. builder()LifeCycleForView.BuilderLifeCycleForView.Builder. nextSteps(String nextSteps)Describes the next steps for the opportunity shared through a snapshot.LifeCycleForView.BuilderLifeCycleForView.Builder. reviewStatus(String reviewStatus)Defines the approval status of the opportunity shared through a snapshot.LifeCycleForView.BuilderLifeCycleForView.Builder. reviewStatus(ReviewStatus reviewStatus)Defines the approval status of the opportunity shared through a snapshot.LifeCycleForView.BuilderLifeCycleForView.Builder. stage(String stage)Defines the current stage of the opportunity shared through a snapshot.LifeCycleForView.BuilderLifeCycleForView.Builder. stage(Stage stage)Defines the current stage of the opportunity shared through a snapshot.LifeCycleForView.BuilderLifeCycleForView.Builder. targetCloseDate(String targetCloseDate)The projected launch date of the opportunity shared through a snapshot.LifeCycleForView.BuilderLifeCycleForView. toBuilder()Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type LifeCycleForView.Builder Modifier and Type Method Description static Class<? extends LifeCycleForView.Builder>LifeCycleForView. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type LifeCycleForView.Builder Modifier and Type Method Description default OpportunitySummaryView.BuilderOpportunitySummaryView.Builder. lifecycle(Consumer<LifeCycleForView.Builder> lifecycle)Contains information about the opportunity's lifecycle, including its current stage, status, and important dates such as creation and last modification times.
-