Interface DeleteEntityRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteEntityRequest.Builder,DeleteEntityRequest>,IoTTwinMakerRequest.Builder,SdkBuilder<DeleteEntityRequest.Builder,DeleteEntityRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteEntityRequest
public static interface DeleteEntityRequest.Builder extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<DeleteEntityRequest.Builder,DeleteEntityRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteEntityRequest.BuilderentityId(String entityId)The ID of the entity to delete.DeleteEntityRequest.BuilderisRecursive(Boolean isRecursive)A Boolean value that specifies whether the operation deletes child entities.DeleteEntityRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteEntityRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteEntityRequest.BuilderworkspaceId(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, sdkFields
-
-
-
-
Method Detail
-
workspaceId
DeleteEntityRequest.Builder workspaceId(String 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
DeleteEntityRequest.Builder entityId(String 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
DeleteEntityRequest.Builder isRecursive(Boolean 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
-
-