public static interface ListWorkflowsResponse.Builder extends TransferResponse.Builder, SdkPojo, CopyableBuilder<ListWorkflowsResponse.Builder,ListWorkflowsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsResponse.Builder |
nextToken(String nextToken)
ListWorkflows returns the NextToken parameter in the output. |
ListWorkflowsResponse.Builder |
workflows(Collection<ListedWorkflow> workflows)
Returns the
Arn, WorkflowId, and Description for each workflow. |
ListWorkflowsResponse.Builder |
workflows(Consumer<ListedWorkflow.Builder>... workflows)
Returns the
Arn, WorkflowId, and Description for each workflow. |
ListWorkflowsResponse.Builder |
workflows(ListedWorkflow... workflows)
Returns the
Arn, WorkflowId, and Description for each workflow. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWorkflowsResponse.Builder nextToken(String nextToken)
ListWorkflows returns the NextToken parameter in the output. You can then pass the
NextToken parameter in a subsequent command to continue listing additional workflows.
nextToken - ListWorkflows returns the NextToken parameter in the output. You can then
pass the NextToken parameter in a subsequent command to continue listing additional
workflows.ListWorkflowsResponse.Builder workflows(Collection<ListedWorkflow> workflows)
Returns the Arn, WorkflowId, and Description for each workflow.
workflows - Returns the Arn, WorkflowId, and Description for each workflow.ListWorkflowsResponse.Builder workflows(ListedWorkflow... workflows)
Returns the Arn, WorkflowId, and Description for each workflow.
workflows - Returns the Arn, WorkflowId, and Description for each workflow.ListWorkflowsResponse.Builder workflows(Consumer<ListedWorkflow.Builder>... workflows)
Returns the Arn, WorkflowId, and Description for each workflow.
ListedWorkflow.Builder avoiding the need to create one
manually via ListedWorkflow.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #workflows(List.
workflows - a consumer that will call methods on
ListedWorkflow.Builder#workflows(java.util.Collection) Copyright © 2023. All rights reserved.