public static interface AddThingToThingGroupRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<AddThingToThingGroupRequest.Builder,AddThingToThingGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
AddThingToThingGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AddThingToThingGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
AddThingToThingGroupRequest.Builder |
overrideDynamicGroups(Boolean overrideDynamicGroups)
Override dynamic thing groups with static thing groups when 10-group limit is reached.
|
AddThingToThingGroupRequest.Builder |
thingArn(String thingArn)
The ARN of the thing to add to a group.
|
AddThingToThingGroupRequest.Builder |
thingGroupArn(String thingGroupArn)
The ARN of the group to which you are adding a thing.
|
AddThingToThingGroupRequest.Builder |
thingGroupName(String thingGroupName)
The name of the group to which you are adding a thing.
|
AddThingToThingGroupRequest.Builder |
thingName(String thingName)
The name of the thing to add to a group.
|
buildoverrideConfigurationcopyapplyMutation, buildAddThingToThingGroupRequest.Builder thingGroupName(String thingGroupName)
The name of the group to which you are adding a thing.
thingGroupName - The name of the group to which you are adding a thing.AddThingToThingGroupRequest.Builder thingGroupArn(String thingGroupArn)
The ARN of the group to which you are adding a thing.
thingGroupArn - The ARN of the group to which you are adding a thing.AddThingToThingGroupRequest.Builder thingName(String thingName)
The name of the thing to add to a group.
thingName - The name of the thing to add to a group.AddThingToThingGroupRequest.Builder thingArn(String thingArn)
The ARN of the thing to add to a group.
thingArn - The ARN of the thing to add to a group.AddThingToThingGroupRequest.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.AddThingToThingGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AddThingToThingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.