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