Class DeleteSentimentModelOptions.Builder
java.lang.Object
com.ibm.watson.natural_language_understanding.v1.model.DeleteSentimentModelOptions.Builder
- Enclosing class:
- DeleteSentimentModelOptions
public static class DeleteSentimentModelOptions.Builder extends Object
Builder.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description DeleteSentimentModelOptions
build()
Builds a DeleteSentimentModelOptions.DeleteSentimentModelOptions.Builder
modelId(String modelId)
Set the modelId.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
modelId
- the modelId
-
-
Method Details
-
build
Builds a DeleteSentimentModelOptions.- Returns:
- the new DeleteSentimentModelOptions instance
-
modelId
Set the modelId.- Parameters:
modelId
- the modelId- Returns:
- the DeleteSentimentModelOptions builder
-