Class ListAllLogsOptions.Builder
java.lang.Object
com.ibm.watson.assistant.v1.model.ListAllLogsOptions.Builder
- Enclosing class:
- ListAllLogsOptions
public static class ListAllLogsOptions.Builder extends Object
Builder.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description ListAllLogsOptionsbuild()Builds a ListAllLogsOptions.ListAllLogsOptions.Buildercursor(String cursor)Set the cursor.ListAllLogsOptions.Builderfilter(String filter)Set the filter.ListAllLogsOptions.BuilderpageLimit(long pageLimit)Set the pageLimit.ListAllLogsOptions.Buildersort(String sort)Set the sort.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
filter- the filter
-
-
Method Details
-
build
Builds a ListAllLogsOptions.- Returns:
- the new ListAllLogsOptions instance
-
filter
Set the filter.- Parameters:
filter- the filter- Returns:
- the ListAllLogsOptions builder
-
sort
Set the sort.- Parameters:
sort- the sort- Returns:
- the ListAllLogsOptions builder
-
pageLimit
Set the pageLimit.- Parameters:
pageLimit- the pageLimit- Returns:
- the ListAllLogsOptions builder
-
cursor
Set the cursor.- Parameters:
cursor- the cursor- Returns:
- the ListAllLogsOptions builder
-