CopyableBuilder<ListCommandInvocationsResponse.Builder,ListCommandInvocationsResponse>
, SdkBuilder<ListCommandInvocationsResponse.Builder,ListCommandInvocationsResponse>
public static interface ListCommandInvocationsResponse.Builder extends CopyableBuilder<ListCommandInvocationsResponse.Builder,ListCommandInvocationsResponse>
Modifier and Type | Method | 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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setCommandInvocations(java.util.Collection)
or #withCommandInvocations(java.util.Collection)
if you want to override the existing values.
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.