Class CfnEvaluationFormPropsMixin.EvaluationReviewConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnEvaluationFormPropsMixin.EvaluationReviewConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEvaluationFormPropsMixin.EvaluationReviewConfigurationProperty>
- Enclosing interface:
CfnEvaluationFormPropsMixin.EvaluationReviewConfigurationProperty
@Stability(Stable)
public static final class CfnEvaluationFormPropsMixin.EvaluationReviewConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEvaluationFormPropsMixin.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
-
eligibilityDays
@Stability(Stable) public CfnEvaluationFormPropsMixin.EvaluationReviewConfigurationProperty.Builder eligibilityDays(Number eligibilityDays) Sets the value ofCfnEvaluationFormPropsMixin.EvaluationReviewConfigurationProperty.getEligibilityDays()- Parameters:
eligibilityDays- Number of days during which a request for review can be submitted for evaluations created from this form.- Returns:
this
-
reviewNotificationRecipients
@Stability(Stable) public CfnEvaluationFormPropsMixin.EvaluationReviewConfigurationProperty.Builder reviewNotificationRecipients(IResolvable reviewNotificationRecipients) Sets the value ofCfnEvaluationFormPropsMixin.EvaluationReviewConfigurationProperty.getReviewNotificationRecipients()- Parameters:
reviewNotificationRecipients- List of recipients who should be notified when a review is requested.- Returns:
this
-
reviewNotificationRecipients
@Stability(Stable) public CfnEvaluationFormPropsMixin.EvaluationReviewConfigurationProperty.Builder reviewNotificationRecipients(List<? extends Object> reviewNotificationRecipients) Sets the value ofCfnEvaluationFormPropsMixin.EvaluationReviewConfigurationProperty.getReviewNotificationRecipients()- Parameters:
reviewNotificationRecipients- List of recipients who should be notified when a review is requested.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEvaluationFormPropsMixin.EvaluationReviewConfigurationProperty>- Returns:
- a new instance of
CfnEvaluationFormPropsMixin.EvaluationReviewConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-