Class DeleteTokenizationDictionaryOptions.Builder
java.lang.Object
com.ibm.watson.discovery.v1.model.DeleteTokenizationDictionaryOptions.Builder
- Enclosing class:
- DeleteTokenizationDictionaryOptions
public static class DeleteTokenizationDictionaryOptions.Builder extends Object
Builder.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description DeleteTokenizationDictionaryOptionsbuild()Builds a DeleteTokenizationDictionaryOptions.DeleteTokenizationDictionaryOptions.BuildercollectionId(String collectionId)Set the collectionId.DeleteTokenizationDictionaryOptions.BuilderenvironmentId(String environmentId)Set the environmentId.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
environmentId- the environmentIdcollectionId- the collectionId
-
-
Method Details
-
build
Builds a DeleteTokenizationDictionaryOptions.- Returns:
- the new DeleteTokenizationDictionaryOptions instance
-
environmentId
Set the environmentId.- Parameters:
environmentId- the environmentId- Returns:
- the DeleteTokenizationDictionaryOptions builder
-
collectionId
Set the collectionId.- Parameters:
collectionId- the collectionId- Returns:
- the DeleteTokenizationDictionaryOptions builder
-