Interface RemoveThingFromThingGroupRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<RemoveThingFromThingGroupRequest.Builder,
,RemoveThingFromThingGroupRequest> IotRequest.Builder
,SdkBuilder<RemoveThingFromThingGroupRequest.Builder,
,RemoveThingFromThingGroupRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
RemoveThingFromThingGroupRequest
public static interface RemoveThingFromThingGroupRequest.Builder
extends IotRequest.Builder, SdkPojo, CopyableBuilder<RemoveThingFromThingGroupRequest.Builder,RemoveThingFromThingGroupRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The ARN of the thing to remove from the group.thingGroupArn
(String thingGroupArn) The group ARN.thingGroupName
(String thingGroupName) The group name.The name of the thing to remove from the group.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
thingGroupName
The group name.
- Parameters:
thingGroupName
- The group name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thingGroupArn
The group ARN.
- Parameters:
thingGroupArn
- The group ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thingName
The name of the thing to remove from the group.
- Parameters:
thingName
- The name of the thing to remove from the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thingArn
The ARN of the thing to remove from the group.
- Parameters:
thingArn
- The ARN of the thing to remove from the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RemoveThingFromThingGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
RemoveThingFromThingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-