public static interface AuditNotificationTarget.Builder extends SdkPojo, CopyableBuilder<AuditNotificationTarget.Builder,AuditNotificationTarget>
Modifier and Type | Method and Description |
---|---|
AuditNotificationTarget.Builder |
enabled(Boolean enabled)
True if notifications to the target are enabled.
|
AuditNotificationTarget.Builder |
roleArn(String roleArn)
The ARN of the role that grants permission to send notifications to the target.
|
AuditNotificationTarget.Builder |
targetArn(String targetArn)
The ARN of the target (SNS topic) to which audit notifications are sent.
|
copy
applyMutation, build
AuditNotificationTarget.Builder targetArn(String targetArn)
The ARN of the target (SNS topic) to which audit notifications are sent.
targetArn
- The ARN of the target (SNS topic) to which audit notifications are sent.AuditNotificationTarget.Builder roleArn(String roleArn)
The ARN of the role that grants permission to send notifications to the target.
roleArn
- The ARN of the role that grants permission to send notifications to the target.AuditNotificationTarget.Builder enabled(Boolean enabled)
True if notifications to the target are enabled.
enabled
- True if notifications to the target are enabled.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.