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)
Add an optional request override configuration.
|
DeleteDynamicThingGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteDynamicThingGroupRequest.Builder |
thingGroupName(String thingGroupName)
The name of the dynamic thing group to delete.
|
build
overrideConfiguration
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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteDynamicThingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.