public static interface ListCommandInvocationsResponse.Builder extends SSMResponse.Builder, CopyableBuilder<ListCommandInvocationsResponse.Builder,ListCommandInvocationsResponse>
Modifier and Type | Method and Description |
---|---|
ListCommandInvocationsResponse.Builder |
commandInvocations(Collection<CommandInvocation> commandInvocations)
(Optional) A list of all invocations.
|
ListCommandInvocationsResponse.Builder |
commandInvocations(CommandInvocation... commandInvocations)
(Optional) A list of all invocations.
|
ListCommandInvocationsResponse.Builder |
nextToken(String nextToken)
(Optional) The token for the next set of items to return.
|
build
copy
apply, build
ListCommandInvocationsResponse.Builder commandInvocations(Collection<CommandInvocation> commandInvocations)
(Optional) A list of all invocations.
commandInvocations
- (Optional) A list of all invocations.ListCommandInvocationsResponse.Builder commandInvocations(CommandInvocation... commandInvocations)
(Optional) A list of all invocations.
commandInvocations
- (Optional) A list of all invocations.ListCommandInvocationsResponse.Builder nextToken(String nextToken)
(Optional) The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- (Optional) The token for the next set of items to return. (You received this token from a previous
call.)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.