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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoveThingFromThingGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RemoveThingFromThingGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RemoveThingFromThingGroupRequest.BuilderthingArn(String thingArn)The ARN of the thing to remove from the group.RemoveThingFromThingGroupRequest.BuilderthingGroupArn(String thingGroupArn)The group ARN.RemoveThingFromThingGroupRequest.BuilderthingGroupName(String thingGroupName)The group name.RemoveThingFromThingGroupRequest.BuilderthingName(String thingName)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 Detail
-
thingGroupName
RemoveThingFromThingGroupRequest.Builder thingGroupName(String 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
RemoveThingFromThingGroupRequest.Builder thingGroupArn(String 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
RemoveThingFromThingGroupRequest.Builder thingName(String 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
RemoveThingFromThingGroupRequest.Builder thingArn(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RemoveThingFromThingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-