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