public static interface AlertTarget.Builder extends SdkPojo, CopyableBuilder<AlertTarget.Builder,AlertTarget>
| Modifier and Type | Method and Description |
|---|---|
AlertTarget.Builder |
alertTargetArn(String alertTargetArn)
The Amazon Resource Name (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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAlertTarget.Builder alertTargetArn(String alertTargetArn)
The Amazon Resource Name (ARN) of the notification target to which alerts are sent.
alertTargetArn - The Amazon Resource Name (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 © 2021. All rights reserved.