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 theListWorkflowsItem.Builder avoiding the need to
create one manually via
ListWorkflowsItem.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
ListWorkflowsItem.Builder#items(java.util.Collection) 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 © 2023. All rights reserved.