public static interface UpdateThingGroupsForThingRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<UpdateThingGroupsForThingRequest.Builder,UpdateThingGroupsForThingRequest>
Modifier and Type | Method and Description |
---|---|
UpdateThingGroupsForThingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateThingGroupsForThingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateThingGroupsForThingRequest.Builder |
overrideDynamicGroups(Boolean overrideDynamicGroups)
Override dynamic thing groups with static thing groups when 10-group limit is reached.
|
UpdateThingGroupsForThingRequest.Builder |
thingGroupsToAdd(Collection<String> thingGroupsToAdd)
The groups to which the thing will be added.
|
UpdateThingGroupsForThingRequest.Builder |
thingGroupsToAdd(String... thingGroupsToAdd)
The groups to which the thing will be added.
|
UpdateThingGroupsForThingRequest.Builder |
thingGroupsToRemove(Collection<String> thingGroupsToRemove)
The groups from which the thing will be removed.
|
UpdateThingGroupsForThingRequest.Builder |
thingGroupsToRemove(String... thingGroupsToRemove)
The groups from which the thing will be removed.
|
UpdateThingGroupsForThingRequest.Builder |
thingName(String thingName)
The thing whose group memberships will be updated.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateThingGroupsForThingRequest.Builder thingName(String thingName)
The thing whose group memberships will be updated.
thingName
- The thing whose group memberships will be updated.UpdateThingGroupsForThingRequest.Builder thingGroupsToAdd(Collection<String> thingGroupsToAdd)
The groups to which the thing will be added.
thingGroupsToAdd
- The groups to which the thing will be added.UpdateThingGroupsForThingRequest.Builder thingGroupsToAdd(String... thingGroupsToAdd)
The groups to which the thing will be added.
thingGroupsToAdd
- The groups to which the thing will be added.UpdateThingGroupsForThingRequest.Builder thingGroupsToRemove(Collection<String> thingGroupsToRemove)
The groups from which the thing will be removed.
thingGroupsToRemove
- The groups from which the thing will be removed.UpdateThingGroupsForThingRequest.Builder thingGroupsToRemove(String... thingGroupsToRemove)
The groups from which the thing will be removed.
thingGroupsToRemove
- The groups from which the thing will be removed.UpdateThingGroupsForThingRequest.Builder overrideDynamicGroups(Boolean overrideDynamicGroups)
Override dynamic thing groups with static thing groups when 10-group limit is reached. If a thing belongs to 10 thing groups, and one or more of those groups are dynamic thing groups, adding a thing to a static group removes the thing from the last dynamic group.
overrideDynamicGroups
- Override dynamic thing groups with static thing groups when 10-group limit is reached. If a thing
belongs to 10 thing groups, and one or more of those groups are dynamic thing groups, adding a thing
to a static group removes the thing from the last dynamic group.UpdateThingGroupsForThingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateThingGroupsForThingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.