Interface AuditNotificationTarget.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AuditNotificationTarget.Builder,AuditNotificationTarget>, SdkBuilder<AuditNotificationTarget.Builder,AuditNotificationTarget>, SdkPojo
Enclosing class:
AuditNotificationTarget

public static interface AuditNotificationTarget.Builder extends SdkPojo, CopyableBuilder<AuditNotificationTarget.Builder,AuditNotificationTarget>
  • Method Details

    • targetArn

      The ARN of the target (SNS topic) to which audit notifications are sent.

      Parameters:
      targetArn - The ARN of the target (SNS topic) to which audit notifications are sent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • roleArn

      The ARN of the role that grants permission to send notifications to the target.

      Parameters:
      roleArn - The ARN of the role that grants permission to send notifications to the target.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enabled

      True if notifications to the target are enabled.

      Parameters:
      enabled - True if notifications to the target are enabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.