Interface AuditNotificationTarget.Builder

    • Method Detail

      • targetArn

        AuditNotificationTarget.Builder targetArn​(String 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

        AuditNotificationTarget.Builder roleArn​(String 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

        AuditNotificationTarget.Builder enabled​(Boolean 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.