@Stability(value=Experimental) public static final class ManualApprovalActionProps.Builder extends Object implements software.amazon.jsii.Builder<ManualApprovalActionProps>
ManualApprovalActionProps
Constructor and Description |
---|
Builder() |
@Stability(value=Experimental) public ManualApprovalActionProps.Builder additionalInformation(String additionalInformation)
ManualApprovalActionProps.getAdditionalInformation()
additionalInformation
- Any additional information that you want to include in the notification email message.this
@Stability(value=Experimental) public ManualApprovalActionProps.Builder externalEntityLink(String externalEntityLink)
ManualApprovalActionProps.getExternalEntityLink()
externalEntityLink
- URL you want to provide to the reviewer as part of the approval request.this
@Stability(value=Experimental) public ManualApprovalActionProps.Builder notificationTopic(ITopic notificationTopic)
ManualApprovalActionProps.getNotificationTopic()
notificationTopic
- Optional SNS topic to send notifications to when an approval is pending.this
@Stability(value=Experimental) public ManualApprovalActionProps.Builder notifyEmails(List<String> notifyEmails)
ManualApprovalActionProps.getNotifyEmails()
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=Experimental) public ManualApprovalActionProps.Builder role(IRole role)
CommonAwsActionProps.getRole()
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 {@link IAction.bind}
method in the {@link ActionBindOptions.role} property.this
@Stability(value=Experimental) public ManualApprovalActionProps.Builder actionName(String actionName)
CommonActionProps.getActionName()
actionName
- The physical, human-readable name of the Action. This parameter is required.
Note that Action names must be unique within a single Stage.this
@Stability(value=Experimental) public ManualApprovalActionProps.Builder runOrder(Number runOrder)
CommonActionProps.getRunOrder()
runOrder
- The runOrder property for this Action.
RunOrder determines the relative order in which multiple Actions in the same Stage execute.this
@Stability(value=Experimental) public ManualApprovalActionProps.Builder variablesNamespace(String variablesNamespace)
CommonActionProps.getVariablesNamespace()
variablesNamespace
- The name of the namespace to use for variables emitted by this action.this
@Stability(value=Experimental) public ManualApprovalActionProps build()
build
in interface software.amazon.jsii.Builder<ManualApprovalActionProps>
ManualApprovalActionProps
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.