Class CfnEvaluationForm.EvaluationReviewConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.connect.CfnEvaluationForm.EvaluationReviewConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEvaluationForm.EvaluationReviewConfigurationProperty>
- Enclosing interface:
CfnEvaluationForm.EvaluationReviewConfigurationProperty
@Stability(Stable)
public static final class CfnEvaluationForm.EvaluationReviewConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEvaluationForm.EvaluationReviewConfigurationProperty>
A builder for
CfnEvaluationForm.EvaluationReviewConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.eligibilityDays(Number eligibilityDays) reviewNotificationRecipients(List<? extends Object> reviewNotificationRecipients) reviewNotificationRecipients(IResolvable reviewNotificationRecipients)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
reviewNotificationRecipients
@Stability(Stable) public CfnEvaluationForm.EvaluationReviewConfigurationProperty.Builder reviewNotificationRecipients(IResolvable reviewNotificationRecipients) Sets the value ofCfnEvaluationForm.EvaluationReviewConfigurationProperty.getReviewNotificationRecipients()- Parameters:
reviewNotificationRecipients- List of recipients who should be notified when a review is requested. This parameter is required.- Returns:
this
-
reviewNotificationRecipients
@Stability(Stable) public CfnEvaluationForm.EvaluationReviewConfigurationProperty.Builder reviewNotificationRecipients(List<? extends Object> reviewNotificationRecipients) Sets the value ofCfnEvaluationForm.EvaluationReviewConfigurationProperty.getReviewNotificationRecipients()- Parameters:
reviewNotificationRecipients- List of recipients who should be notified when a review is requested. This parameter is required.- Returns:
this
-
eligibilityDays
@Stability(Stable) public CfnEvaluationForm.EvaluationReviewConfigurationProperty.Builder eligibilityDays(Number eligibilityDays) - Parameters:
eligibilityDays- Number of days during which a request for review can be submitted for evaluations created from this form.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEvaluationForm.EvaluationReviewConfigurationProperty>- Returns:
- a new instance of
CfnEvaluationForm.EvaluationReviewConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-