Class QueryLargeTableResults.Builder
java.lang.Object
com.ibm.watson.discovery.v2.model.QueryLargeTableResults.Builder
- Enclosing class:
- QueryLargeTableResults
public static class QueryLargeTableResults.Builder extends Object
Builder.
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder. -
Method Summary
Modifier and Type Method Description QueryLargeTableResultsbuild()Builds a QueryLargeTableResults.QueryLargeTableResults.Buildercount(long count)Set the count.QueryLargeTableResults.Builderenabled(Boolean enabled)Set the enabled.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder.
-
-
Method Details
-
build
Builds a QueryLargeTableResults.- Returns:
- the new QueryLargeTableResults instance
-
enabled
Set the enabled.- Parameters:
enabled- the enabled- Returns:
- the QueryLargeTableResults builder
-
count
Set the count.- Parameters:
count- the count- Returns:
- the QueryLargeTableResults builder
-