Interface DeleteEntityRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteEntityRequest.Builder,,DeleteEntityRequest> IoTTwinMakerRequest.Builder,SdkBuilder<DeleteEntityRequest.Builder,,DeleteEntityRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteEntityRequest
@Mutable
@NotThreadSafe
public static interface DeleteEntityRequest.Builder
extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<DeleteEntityRequest.Builder,DeleteEntityRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the entity to delete.isRecursive(Boolean isRecursive) A Boolean value that specifies whether the operation deletes child entities.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) workspaceId(String workspaceId) The ID of the workspace that contains the entity to delete.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iottwinmaker.model.IoTTwinMakerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
workspaceId
The ID of the workspace that contains the entity to delete.
- Parameters:
workspaceId- The ID of the workspace that contains the entity to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityId
The ID of the entity to delete.
- Parameters:
entityId- The ID of the entity to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isRecursive
A Boolean value that specifies whether the operation deletes child entities.
- Parameters:
isRecursive- A Boolean value that specifies whether the operation deletes child entities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteEntityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteEntityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-