public static interface RemoveThingFromThingGroupRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<RemoveThingFromThingGroupRequest.Builder,RemoveThingFromThingGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
RemoveThingFromThingGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
RemoveThingFromThingGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
buildoverrideConfigurationcopyapplyMutation, 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.RemoveThingFromThingGroupRequest.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.