Class ListLogsOptions.Builder
java.lang.Object
com.ibm.watson.assistant.v1.model.ListLogsOptions.Builder
- Enclosing class:
 - ListLogsOptions
 
public static class ListLogsOptions.Builder extends Object
Builder.
- 
Constructor Summary
 - 
Method Summary
Modifier and Type Method Description 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.ListLogsOptions.BuilderworkspaceId(String workspaceId)Set the workspaceId. 
- 
Constructor Details
- 
Builder
public Builder()Instantiates a new builder. - 
Builder
Instantiates a new builder with required properties.- Parameters:
 workspaceId- the workspaceId
 
 - 
 - 
Method Details
- 
build
Builds a ListLogsOptions.- Returns:
 - the new ListLogsOptions instance
 
 - 
workspaceId
Set the workspaceId.- Parameters:
 workspaceId- the workspaceId- 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
 
 
 -