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