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.
|
build
overrideConfiguration
copy
applyMutation, build
RemoveThingFromThingGroupRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.RemoveThingFromThingGroupRequest.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.