public static interface AlertTarget.Builder extends SdkPojo, CopyableBuilder<AlertTarget.Builder,AlertTarget>
Modifier and Type | Method and Description |
---|---|
AlertTarget.Builder |
alertTargetArn(String alertTargetArn)
The ARN of the notification target to which alerts are sent.
|
AlertTarget.Builder |
roleArn(String roleArn)
The ARN of the role that grants permission to send alerts to the notification target.
|
copy
applyMutation, build
AlertTarget.Builder alertTargetArn(String alertTargetArn)
The ARN of the notification target to which alerts are sent.
alertTargetArn
- The ARN of the notification target to which alerts are sent.AlertTarget.Builder roleArn(String roleArn)
The ARN of the role that grants permission to send alerts to the notification target.
roleArn
- The ARN of the role that grants permission to send alerts to the notification target.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.