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