public static interface AddThingsToThingGroupParams.Builder extends SdkPojo, CopyableBuilder<AddThingsToThingGroupParams.Builder,AddThingsToThingGroupParams>
Modifier and Type | Method and Description |
---|---|
AddThingsToThingGroupParams.Builder |
overrideDynamicGroups(Boolean 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.
|
AddThingsToThingGroupParams.Builder |
thingGroupNames(Collection<String> thingGroupNames)
The list of groups to which you want to add the things that triggered the mitigation action.
|
AddThingsToThingGroupParams.Builder |
thingGroupNames(String... thingGroupNames)
The list of groups to which you want to add the things that triggered the mitigation action.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AddThingsToThingGroupParams.Builder thingGroupNames(Collection<String> thingGroupNames)
The list of groups to which you want to add the things that triggered the mitigation action. 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.
thingGroupNames
- The list of groups to which you want to add the things that triggered the mitigation action. 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.AddThingsToThingGroupParams.Builder thingGroupNames(String... thingGroupNames)
The list of groups to which you want to add the things that triggered the mitigation action. 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.
thingGroupNames
- The list of groups to which you want to add the things that triggered the mitigation action. 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.AddThingsToThingGroupParams.Builder overrideDynamicGroups(Boolean 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.
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.Copyright © 2022. All rights reserved.