public static interface RemoveThingFromThingGroupRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<RemoveThingFromThingGroupRequest.Builder,RemoveThingFromThingGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
RemoveThingFromThingGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveThingFromThingGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RemoveThingFromThingGroupRequest.Builder |
thingArn(String thingArn)
The ARN of the thing to remove from the group.
|
RemoveThingFromThingGroupRequest.Builder |
thingGroupArn(String thingGroupArn)
The group ARN.
|
RemoveThingFromThingGroupRequest.Builder |
thingGroupName(String thingGroupName)
The group name.
|
RemoveThingFromThingGroupRequest.Builder |
thingName(String thingName)
The name of the thing to remove from the group.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRemoveThingFromThingGroupRequest.Builder thingGroupName(String thingGroupName)
The group name.
thingGroupName - The group name.RemoveThingFromThingGroupRequest.Builder thingGroupArn(String thingGroupArn)
The group ARN.
thingGroupArn - The group ARN.RemoveThingFromThingGroupRequest.Builder thingName(String thingName)
The name of the thing to remove from the group.
thingName - The name of the thing to remove from the group.RemoveThingFromThingGroupRequest.Builder thingArn(String thingArn)
The ARN of the thing to remove from the group.
thingArn - The ARN of the thing to remove from the group.RemoveThingFromThingGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRemoveThingFromThingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.