Interface LifeCycleForView.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LifeCycleForView.Builder,LifeCycleForView>,SdkBuilder<LifeCycleForView.Builder,LifeCycleForView>,SdkPojo
- Enclosing class:
- LifeCycleForView
public static interface LifeCycleForView.Builder extends SdkPojo, CopyableBuilder<LifeCycleForView.Builder,LifeCycleForView>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LifeCycleForView.BuildernextSteps(String nextSteps)Describes the next steps for the opportunity shared through a snapshot.LifeCycleForView.BuilderreviewStatus(String reviewStatus)Defines the approval status of the opportunity shared through a snapshot.LifeCycleForView.BuilderreviewStatus(ReviewStatus reviewStatus)Defines the approval status of the opportunity shared through a snapshot.LifeCycleForView.Builderstage(String stage)Defines the current stage of the opportunity shared through a snapshot.LifeCycleForView.Builderstage(Stage stage)Defines the current stage of the opportunity shared through a snapshot.LifeCycleForView.BuildertargetCloseDate(String targetCloseDate)The projected launch date of the opportunity shared through a snapshot.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
nextSteps
LifeCycleForView.Builder nextSteps(String nextSteps)
Describes the next steps for the opportunity shared through a snapshot.
- Parameters:
nextSteps- Describes the next steps for the opportunity shared through a snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reviewStatus
LifeCycleForView.Builder reviewStatus(String reviewStatus)
Defines the approval status of the opportunity shared through a snapshot.
- Parameters:
reviewStatus- Defines the approval status of the opportunity shared through a snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReviewStatus,ReviewStatus
-
reviewStatus
LifeCycleForView.Builder reviewStatus(ReviewStatus reviewStatus)
Defines the approval status of the opportunity shared through a snapshot.
- Parameters:
reviewStatus- Defines the approval status of the opportunity shared through a snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReviewStatus,ReviewStatus
-
stage
LifeCycleForView.Builder stage(String stage)
Defines the current stage of the opportunity shared through a snapshot.
-
stage
LifeCycleForView.Builder stage(Stage stage)
Defines the current stage of the opportunity shared through a snapshot.
-
targetCloseDate
LifeCycleForView.Builder targetCloseDate(String targetCloseDate)
The projected launch date of the opportunity shared through a snapshot.
- Parameters:
targetCloseDate- The projected launch date of the opportunity shared through a snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-