@Stability(value=Stable) public static final class ManualApprovalActionProps.Builder extends Object
ManualApprovalActionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ManualApprovalActionProps.Builder |
actionName(String actionName)
Sets the value of ActionName
|
ManualApprovalActionProps.Builder |
additionalInformation(String additionalInformation)
Sets the value of AdditionalInformation
|
ManualApprovalActionProps |
build()
Builds the configured instance.
|
ManualApprovalActionProps.Builder |
notificationTopic(ITopic notificationTopic)
Sets the value of NotificationTopic
|
ManualApprovalActionProps.Builder |
notifyEmails(List<String> notifyEmails)
Sets the value of NotifyEmails
|
ManualApprovalActionProps.Builder |
role(IRole role)
Sets the value of Role
|
ManualApprovalActionProps.Builder |
runOrder(Number runOrder)
Sets the value of RunOrder
|
@Stability(value=Stable) public ManualApprovalActionProps.Builder additionalInformation(String additionalInformation)
additionalInformation - Any additional information that you want to include in the notification email message.this@Stability(value=Stable) public ManualApprovalActionProps.Builder notificationTopic(ITopic notificationTopic)
notificationTopic - Optional SNS topic to send notifications to when an approval is pending.this@Stability(value=Stable) public ManualApprovalActionProps.Builder notifyEmails(List<String> notifyEmails)
notifyEmails - A list of email addresses to subscribe to notifications when this Action is pending approval. If this has been provided, but not `notificationTopic`, a new Topic will be created.this@Stability(value=Stable) public ManualApprovalActionProps.Builder role(IRole role)
role - The Role in which context's this Action will be executing in. The Pipeline's Role will assume this Role (the required permissions for that will be granted automatically) right before executing this Action. This Action will be passed into your IAction.bind method in the ActionBindOptions.role property.this@Stability(value=Stable) public ManualApprovalActionProps.Builder actionName(String actionName)
actionName - The physical, human-readable name of the Action. Not that Action names must be unique within a single Stage. This parameter is required.this@Stability(value=Stable) public ManualApprovalActionProps.Builder runOrder(Number runOrder)
runOrder - The runOrder property for this Action. RunOrder determines the relative order in which multiple Actions in the same Stage execute.this@Stability(value=Stable) public ManualApprovalActionProps build()
ManualApprovalActionPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.