public static interface ListWorkflowsResponse.Builder extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<ListWorkflowsResponse.Builder,ListWorkflowsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsResponse.Builder |
items(Collection<WorkflowListItem> items)
The workflows' items.
|
ListWorkflowsResponse.Builder |
items(Consumer<WorkflowListItem.Builder>... items)
The workflows' items.
|
ListWorkflowsResponse.Builder |
items(WorkflowListItem... items)
The workflows' items.
|
ListWorkflowsResponse.Builder |
nextToken(String nextToken)
A pagination token that's included if more results are available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWorkflowsResponse.Builder items(Collection<WorkflowListItem> items)
The workflows' items.
items - The workflows' items.ListWorkflowsResponse.Builder items(WorkflowListItem... items)
The workflows' items.
items - The workflows' items.ListWorkflowsResponse.Builder items(Consumer<WorkflowListItem.Builder>... items)
The workflows' items.
This is a convenience method that creates an instance of theWorkflowListItem.Builder avoiding the need to create one
manually via WorkflowListItem.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #items(List.
items - a consumer that will call methods on
WorkflowListItem.Builder#items(java.util.Collection) ListWorkflowsResponse.Builder nextToken(String nextToken)
A pagination token that's included if more results are available.
nextToken - A pagination token that's included if more results are available.Copyright © 2023. All rights reserved.