public static interface DeleteEntityRequest.Builder extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<DeleteEntityRequest.Builder,DeleteEntityRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteEntityRequest.Builder |
entityId(String entityId)
The ID of the entity to delete.
|
DeleteEntityRequest.Builder |
isRecursive(Boolean isRecursive)
A Boolean value that specifies whether the operation deletes child entities.
|
DeleteEntityRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteEntityRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteEntityRequest.Builder |
workspaceId(String workspaceId)
The ID of the workspace that contains the entity to delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteEntityRequest.Builder entityId(String entityId)
The ID of the entity to delete.
entityId - The ID of the entity to delete.DeleteEntityRequest.Builder isRecursive(Boolean isRecursive)
A Boolean value that specifies whether the operation deletes child entities.
isRecursive - A Boolean value that specifies whether the operation deletes child entities.DeleteEntityRequest.Builder workspaceId(String workspaceId)
The ID of the workspace that contains the entity to delete.
workspaceId - The ID of the workspace that contains the entity to delete.DeleteEntityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteEntityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.