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