@Stability(value=Stable) public static final class CfnSecurityProfile.AlertTargetProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnSecurityProfile.AlertTargetProperty>
CfnSecurityProfile.AlertTargetProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSecurityProfile.AlertTargetProperty.Builder |
alertTargetArn(String alertTargetArn)
Sets the value of
CfnSecurityProfile.AlertTargetProperty.getAlertTargetArn() |
CfnSecurityProfile.AlertTargetProperty |
build()
Builds the configured instance.
|
CfnSecurityProfile.AlertTargetProperty.Builder |
roleArn(String roleArn)
Sets the value of
CfnSecurityProfile.AlertTargetProperty.getRoleArn() |
@Stability(value=Stable) public CfnSecurityProfile.AlertTargetProperty.Builder alertTargetArn(String alertTargetArn)
CfnSecurityProfile.AlertTargetProperty.getAlertTargetArn()alertTargetArn - The Amazon Resource Name (ARN) of the notification target to which alerts are sent. This parameter is required.this@Stability(value=Stable) public CfnSecurityProfile.AlertTargetProperty.Builder roleArn(String roleArn)
CfnSecurityProfile.AlertTargetProperty.getRoleArn()roleArn - The ARN of the role that grants permission to send alerts to the notification target. This parameter is required.this@Stability(value=Stable) public CfnSecurityProfile.AlertTargetProperty build()
build in interface software.amazon.jsii.Builder<CfnSecurityProfile.AlertTargetProperty>CfnSecurityProfile.AlertTargetPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.