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