static ListCommandExecutionsResponse.Builder |
ListCommandExecutionsResponse.builder() |
|
ListCommandExecutionsResponse.Builder |
ListCommandExecutionsResponse.Builder.commandExecutions(Collection<CommandExecutionSummary> commandExecutions) |
The list of command executions.
|
ListCommandExecutionsResponse.Builder |
ListCommandExecutionsResponse.Builder.commandExecutions(Consumer<CommandExecutionSummary.Builder>... commandExecutions) |
The list of command executions.
|
ListCommandExecutionsResponse.Builder |
ListCommandExecutionsResponse.Builder.commandExecutions(CommandExecutionSummary... commandExecutions) |
The list of command executions.
|
ListCommandExecutionsResponse.Builder |
ListCommandExecutionsResponse.Builder.nextToken(String nextToken) |
The token to use to get the next set of results, or null if there are no additional results.
|
ListCommandExecutionsResponse.Builder |
ListCommandExecutionsResponse.toBuilder() |
|