public static class UpdateDocumentClassifierModelOptions.Builder extends Object
| Constructor and Description | 
|---|
| Builder()Instantiates a new builder. | 
| Builder(String projectId,
       String classifierId,
       String modelId)Instantiates a new builder with required properties. | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateDocumentClassifierModelOptions | build()Builds a UpdateDocumentClassifierModelOptions. | 
| UpdateDocumentClassifierModelOptions.Builder | classifierId(String classifierId)Set the classifierId. | 
| UpdateDocumentClassifierModelOptions.Builder | description(String description)Set the description. | 
| UpdateDocumentClassifierModelOptions.Builder | modelId(String modelId)Set the modelId. | 
| UpdateDocumentClassifierModelOptions.Builder | name(String name)Set the name. | 
| UpdateDocumentClassifierModelOptions.Builder | projectId(String projectId)Set the projectId. | 
public UpdateDocumentClassifierModelOptions build()
public UpdateDocumentClassifierModelOptions.Builder projectId(String projectId)
projectId - the projectIdpublic UpdateDocumentClassifierModelOptions.Builder classifierId(String classifierId)
classifierId - the classifierIdpublic UpdateDocumentClassifierModelOptions.Builder modelId(String modelId)
modelId - the modelIdpublic UpdateDocumentClassifierModelOptions.Builder name(String name)
name - the namepublic UpdateDocumentClassifierModelOptions.Builder description(String description)
description - the descriptionCopyright © 2023 IBM Cloud. All rights reserved.