@Stability(value=Stable) public static final class CfnMitigationAction.AddThingsToThingGroupParamsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnMitigationAction.AddThingsToThingGroupParamsProperty>
CfnMitigationAction.AddThingsToThingGroupParamsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnMitigationAction.AddThingsToThingGroupParamsProperty |
build()
Builds the configured instance.
|
CfnMitigationAction.AddThingsToThingGroupParamsProperty.Builder |
overrideDynamicGroups(Boolean overrideDynamicGroups)
|
CfnMitigationAction.AddThingsToThingGroupParamsProperty.Builder |
overrideDynamicGroups(IResolvable overrideDynamicGroups)
|
CfnMitigationAction.AddThingsToThingGroupParamsProperty.Builder |
thingGroupNames(List<String> thingGroupNames)
|
@Stability(value=Stable) public CfnMitigationAction.AddThingsToThingGroupParamsProperty.Builder thingGroupNames(List<String> thingGroupNames)
thingGroupNames - The list of groups to which you want to add the things that triggered the mitigation action. This parameter is required.
You can add a thing to a maximum of 10 groups, but you can't add a thing to more than one group in the same hierarchy.this@Stability(value=Stable) public CfnMitigationAction.AddThingsToThingGroupParamsProperty.Builder overrideDynamicGroups(Boolean overrideDynamicGroups)
CfnMitigationAction.AddThingsToThingGroupParamsProperty.getOverrideDynamicGroups()overrideDynamicGroups - Specifies if this mitigation action can move the things that triggered the mitigation action even if they are part of one or more dynamic thing groups.this@Stability(value=Stable) public CfnMitigationAction.AddThingsToThingGroupParamsProperty.Builder overrideDynamicGroups(IResolvable overrideDynamicGroups)
CfnMitigationAction.AddThingsToThingGroupParamsProperty.getOverrideDynamicGroups()overrideDynamicGroups - Specifies if this mitigation action can move the things that triggered the mitigation action even if they are part of one or more dynamic thing groups.this@Stability(value=Stable) public CfnMitigationAction.AddThingsToThingGroupParamsProperty build()
build in interface software.amazon.jsii.Builder<CfnMitigationAction.AddThingsToThingGroupParamsProperty>CfnMitigationAction.AddThingsToThingGroupParamsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.