public static interface DeleteDynamicThingGroupRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<DeleteDynamicThingGroupRequest.Builder,DeleteDynamicThingGroupRequest>
Modifier and Type | Method and Description |
---|---|
DeleteDynamicThingGroupRequest.Builder |
expectedVersion(Long expectedVersion)
The expected version of the dynamic thing group to delete.
|
DeleteDynamicThingGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteDynamicThingGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteDynamicThingGroupRequest.Builder |
thingGroupName(String thingGroupName)
The name of the dynamic thing group to delete.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteDynamicThingGroupRequest.Builder thingGroupName(String thingGroupName)
The name of the dynamic thing group to delete.
thingGroupName
- The name of the dynamic thing group to delete.DeleteDynamicThingGroupRequest.Builder expectedVersion(Long expectedVersion)
The expected version of the dynamic thing group to delete.
expectedVersion
- The expected version of the dynamic thing group to delete.DeleteDynamicThingGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DeleteDynamicThingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.