public static interface ListExecutionsResponse.Builder extends SfnResponse.Builder, SdkPojo, CopyableBuilder<ListExecutionsResponse.Builder,ListExecutionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListExecutionsResponse.Builder |
executions(Collection<ExecutionListItem> executions)
The list of matching executions.
|
ListExecutionsResponse.Builder |
executions(Consumer<ExecutionListItem.Builder>... executions)
The list of matching executions.
|
ListExecutionsResponse.Builder |
executions(ExecutionListItem... executions)
The list of matching executions.
|
ListExecutionsResponse.Builder |
nextToken(String nextToken)
If
nextToken is returned, there are more results available. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListExecutionsResponse.Builder executions(Collection<ExecutionListItem> executions)
The list of matching executions.
executions - The list of matching executions.ListExecutionsResponse.Builder executions(ExecutionListItem... executions)
The list of matching executions.
executions - The list of matching executions.ListExecutionsResponse.Builder executions(Consumer<ExecutionListItem.Builder>... executions)
The list of matching executions.
This is a convenience 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 #executions(List) .executions - a consumer that will call methods on List.Builder #executions(List) ListExecutionsResponse.Builder nextToken(String nextToken)
If nextToken is returned, there are more results available. The value of nextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next
page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired
pagination token will return an HTTP 400 InvalidToken error.
nextToken - If nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token
expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken
error.Copyright © 2019. All rights reserved.