@Stability(value=Stable) public static final class CfnMitigationAction.Builder extends Object implements software.amazon.jsii.Builder<CfnMitigationAction>
CfnMitigationAction.| Modifier and Type | Method and Description |
|---|---|
CfnMitigationAction.Builder |
actionName(String actionName)
The friendly name of the mitigation action.
|
CfnMitigationAction.Builder |
actionParams(CfnMitigationAction.ActionParamsProperty actionParams)
The set of parameters for this mitigation action.
|
CfnMitigationAction.Builder |
actionParams(IResolvable actionParams)
The set of parameters for this mitigation action.
|
CfnMitigationAction |
build() |
static CfnMitigationAction.Builder |
create(software.constructs.Construct scope,
String id) |
CfnMitigationAction.Builder |
roleArn(String roleArn)
The IAM role ARN used to apply this mitigation action.
|
CfnMitigationAction.Builder |
tags(List<? extends CfnTag> tags)
Metadata that can be used to manage the mitigation action.
|
@Stability(value=Stable) public static CfnMitigationAction.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnMitigationAction.ActionParamsProperty.Builder.@Stability(value=Stable) public CfnMitigationAction.Builder actionParams(CfnMitigationAction.ActionParamsProperty actionParams)
The parameters vary, depending on the kind of action you apply.
actionParams - The set of parameters for this mitigation action. This parameter is required.this@Stability(value=Stable) public CfnMitigationAction.Builder actionParams(IResolvable actionParams)
The parameters vary, depending on the kind of action you apply.
actionParams - The set of parameters for this mitigation action. This parameter is required.this@Stability(value=Stable) public CfnMitigationAction.Builder roleArn(String roleArn)
roleArn - The IAM role ARN used to apply this mitigation action. This parameter is required.this@Stability(value=Stable) public CfnMitigationAction.Builder actionName(String actionName)
actionName - The friendly name of the mitigation action. This parameter is required.this@Stability(value=Stable) public CfnMitigationAction.Builder tags(List<? extends CfnTag> tags)
tags - Metadata that can be used to manage the mitigation action. This parameter is required.this@Stability(value=Stable) public CfnMitigationAction build()
build in interface software.amazon.jsii.Builder<CfnMitigationAction>Copyright © 2022. All rights reserved.