Interface AlertTarget.Builder

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

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

    • alertTargetArn

      AlertTarget.Builder alertTargetArn(String alertTargetArn)

      The Amazon Resource Name (ARN) of the notification target to which alerts are sent.

      Parameters:
      alertTargetArn - The Amazon Resource Name (ARN) of the notification target to which alerts are sent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • roleArn

      AlertTarget.Builder roleArn(String roleArn)

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

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