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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteDynamicThingGroupRequest.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.BuilderDeleteDynamicThingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.