public static class GetDocumentClassifierOptions.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 |
|---|---|
GetDocumentClassifierOptions |
build()
Builds a GetDocumentClassifierOptions.
|
GetDocumentClassifierOptions.Builder |
classifierId(String classifierId)
Set the classifierId.
|
GetDocumentClassifierOptions.Builder |
projectId(String projectId)
Set the projectId.
|
public GetDocumentClassifierOptions build()
public GetDocumentClassifierOptions.Builder projectId(String projectId)
projectId - the projectIdpublic GetDocumentClassifierOptions.Builder classifierId(String classifierId)
classifierId - the classifierIdCopyright © 2023 IBM Cloud. All rights reserved.