Interface LifeCycleForView.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LifeCycleForView.Builder,,LifeCycleForView> SdkBuilder<LifeCycleForView.Builder,,LifeCycleForView> SdkPojo
- Enclosing class:
LifeCycleForView
@Mutable
@NotThreadSafe
public static interface LifeCycleForView.Builder
extends SdkPojo, CopyableBuilder<LifeCycleForView.Builder,LifeCycleForView>
-
Method Summary
Modifier and TypeMethodDescriptionDescribes the next steps for the opportunity shared through a snapshot.reviewStatus(String reviewStatus) Defines the approval status of the opportunity shared through a snapshot.reviewStatus(ReviewStatus reviewStatus) Defines the approval status of the opportunity shared through a snapshot.Defines the current stage of the opportunity shared through a snapshot.Defines the current stage of the opportunity shared through a snapshot.targetCloseDate(String targetCloseDate) The projected launch date of the opportunity shared through a snapshot.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
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
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:
-
stage
Defines the current stage of the opportunity shared through a snapshot.
- Parameters:
stage- Defines the current stage of the opportunity shared through a snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stage
Defines the current stage of the opportunity shared through a snapshot.
- Parameters:
stage- Defines the current stage of the opportunity shared through a snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-