public static class DeleteEntityOptions.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(String workspaceId,
String entity)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
DeleteEntityOptions |
build()
Builds a DeleteEntityOptions.
|
DeleteEntityOptions.Builder |
entity(String entity)
Set the entity.
|
DeleteEntityOptions.Builder |
workspaceId(String workspaceId)
Set the workspaceId.
|
public DeleteEntityOptions build()
public DeleteEntityOptions.Builder workspaceId(String workspaceId)
workspaceId
- the workspaceIdpublic DeleteEntityOptions.Builder entity(String entity)
entity
- the entityCopyright © 2024 IBM Cloud. All rights reserved.