Interface CfnEvaluationFormPropsMixin.EvaluationReviewNotificationRecipientValueProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEvaluationFormPropsMixin.EvaluationReviewNotificationRecipientValueProperty.Jsii$Proxy
- Enclosing class:
CfnEvaluationFormPropsMixin
@Stability(Stable)
public static interface CfnEvaluationFormPropsMixin.EvaluationReviewNotificationRecipientValueProperty
extends software.amazon.jsii.JsiiSerializable
The value information for an evaluation review notification recipient.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.connect.*;
EvaluationReviewNotificationRecipientValueProperty evaluationReviewNotificationRecipientValueProperty = EvaluationReviewNotificationRecipientValueProperty.builder()
.userId("userId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnEvaluationFormPropsMixin.EvaluationReviewNotificationRecipientValueProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getUserId
The user identifier for the notification recipient.- See Also:
-
builder
@Stability(Stable) static CfnEvaluationFormPropsMixin.EvaluationReviewNotificationRecipientValueProperty.Builder builder()
-