Interface DeleteDynamicThingGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteDynamicThingGroupRequest.Builder,DeleteDynamicThingGroupRequest>,IotRequest.Builder,SdkBuilder<DeleteDynamicThingGroupRequest.Builder,DeleteDynamicThingGroupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteDynamicThingGroupRequest
public static interface DeleteDynamicThingGroupRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<DeleteDynamicThingGroupRequest.Builder,DeleteDynamicThingGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteDynamicThingGroupRequest.BuilderexpectedVersion(Long expectedVersion)The expected version of the dynamic thing group to delete.DeleteDynamicThingGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteDynamicThingGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteDynamicThingGroupRequest.BuilderthingGroupName(String thingGroupName)The name of the dynamic thing group to delete.-
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
DeleteDynamicThingGroupRequest.Builder thingGroupName(String thingGroupName)
The name of the dynamic thing group to delete.
- Parameters:
thingGroupName- The name of the dynamic thing group to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expectedVersion
DeleteDynamicThingGroupRequest.Builder expectedVersion(Long expectedVersion)
The expected version of the dynamic thing group to delete.
- Parameters:
expectedVersion- The expected version of the dynamic thing group to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteDynamicThingGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteDynamicThingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-