public static interface AddThingToThingGroupRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<AddThingToThingGroupRequest.Builder,AddThingToThingGroupRequest>
Modifier and Type | Method and Description |
---|---|
AddThingToThingGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AddThingToThingGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
AddThingToThingGroupRequest.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)
overrideConfiguration
in interface AwsRequest.Builder
AddThingToThingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.