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) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.workspaceId
(String workspaceId) The ID of the workspace that contains the entity 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.iottwinmaker.model.IoTTwinMakerRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeleteEntityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-