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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
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)
overrideConfiguration
in interface AwsRequest.Builder
RemoveThingFromThingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.