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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AlertTarget.BuilderalertTargetArn(String alertTargetArn)The Amazon Resource Name (ARN) of the notification target to which alerts are sent.AlertTarget.BuilderroleArn(String roleArn)The ARN of the role that grants permission to send alerts to the notification target.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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.
-
-