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 method that creates an instance of theExecutionListItem.Builder avoiding the need to create one
manually via ExecutionListItem.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
ExecutionListItem.Builder#executions(java.util.Collection) 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 © 2022. All rights reserved.