public static class DeleteDocumentClassifierOptions.Builder extends Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
Builder(String projectId,
String classifierId)
Instantiates a new builder with required properties.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteDocumentClassifierOptions |
build()
Builds a DeleteDocumentClassifierOptions.
|
DeleteDocumentClassifierOptions.Builder |
classifierId(String classifierId)
Set the classifierId.
|
DeleteDocumentClassifierOptions.Builder |
projectId(String projectId)
Set the projectId.
|
public DeleteDocumentClassifierOptions build()
public DeleteDocumentClassifierOptions.Builder projectId(String projectId)
projectId - the projectIdpublic DeleteDocumentClassifierOptions.Builder classifierId(String classifierId)
classifierId - the classifierIdCopyright © 2022 IBM Cloud. All rights reserved.