public static interface ListWorkflowsResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<ListWorkflowsResponse.Builder,ListWorkflowsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsResponse.Builder |
items(Collection<ListWorkflowsItem> items)
List containing workflow details.
|
ListWorkflowsResponse.Builder |
items(Consumer<ListWorkflowsItem.Builder>... items)
List containing workflow details.
|
ListWorkflowsResponse.Builder |
items(ListWorkflowsItem... items)
List containing workflow details.
|
ListWorkflowsResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWorkflowsResponse.Builder items(Collection<ListWorkflowsItem> items)
List containing workflow details.
items - List containing workflow details.ListWorkflowsResponse.Builder items(ListWorkflowsItem... items)
List containing workflow details.
items - List containing workflow details.ListWorkflowsResponse.Builder items(Consumer<ListWorkflowsItem.Builder>... items)
List containing workflow details.
This is a convenience method that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #items(List) .items - a consumer that will call methods on List.Builder #items(List) ListWorkflowsResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.Copyright © 2022. All rights reserved.