ListActionExecutionsResponse.Builder |
ListActionExecutionsResponse.Builder.actionExecutionDetails(Collection<ActionExecutionDetail> actionExecutionDetails) |
The details for a list of recent executions, such as action execution ID.
|
ListActionExecutionsResponse.Builder |
ListActionExecutionsResponse.Builder.actionExecutionDetails(Consumer<ActionExecutionDetail.Builder>... actionExecutionDetails) |
The details for a list of recent executions, such as action execution ID.
|
ListActionExecutionsResponse.Builder |
ListActionExecutionsResponse.Builder.actionExecutionDetails(ActionExecutionDetail... actionExecutionDetails) |
The details for a list of recent executions, such as action execution ID.
|
static ListActionExecutionsResponse.Builder |
ListActionExecutionsResponse.builder() |
|
ListActionExecutionsResponse.Builder |
ListActionExecutionsResponse.Builder.nextToken(String nextToken) |
If the amount of returned information is significantly large, an identifier is also returned and can be used
in a subsequent ListActionExecutions call to return the next set of action executions in the
list.
|
ListActionExecutionsResponse.Builder |
ListActionExecutionsResponse.toBuilder() |
|