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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
targetCloseDateThe 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.
 
- 
reviewStatusDefines 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:
 
- 
reviewStatusDefines 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:
 
- 
stageDefines 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:
 
- 
stageDefines 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:
 
- 
nextStepsDescribes 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.
 
 
-