CopyableBuilder<ListCommandInvocationsRequest.Builder,ListCommandInvocationsRequest>
, SdkBuilder<ListCommandInvocationsRequest.Builder,ListCommandInvocationsRequest>
public static interface ListCommandInvocationsRequest.Builder extends CopyableBuilder<ListCommandInvocationsRequest.Builder,ListCommandInvocationsRequest>
Modifier and Type | Method | Description |
---|---|---|
ListCommandInvocationsRequest.Builder |
commandId(String commandId) |
(Optional) The invocations for a specific command ID.
|
ListCommandInvocationsRequest.Builder |
details(Boolean details) |
(Optional) If set this returns the response of the command executions and any command output.
|
ListCommandInvocationsRequest.Builder |
filters(Collection<CommandFilter> filters) |
(Optional) One or more filters.
|
ListCommandInvocationsRequest.Builder |
filters(CommandFilter... filters) |
(Optional) One or more filters.
|
ListCommandInvocationsRequest.Builder |
instanceId(String instanceId) |
(Optional) The command execution details for a specific instance ID.
|
ListCommandInvocationsRequest.Builder |
maxResults(Integer maxResults) |
(Optional) The maximum number of items to return for this call.
|
ListCommandInvocationsRequest.Builder |
nextToken(String nextToken) |
(Optional) The token for the next set of items to return.
|
copy
apply, build
ListCommandInvocationsRequest.Builder commandId(String commandId)
(Optional) The invocations for a specific command ID.
commandId
- (Optional) The invocations for a specific command ID.ListCommandInvocationsRequest.Builder instanceId(String instanceId)
(Optional) The command execution details for a specific instance ID.
instanceId
- (Optional) The command execution details for a specific instance ID.ListCommandInvocationsRequest.Builder maxResults(Integer maxResults)
(Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- (Optional) The maximum number of items to return for this call. The call also returns a token that you
can specify in a subsequent call to get the next set of results.ListCommandInvocationsRequest.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.)ListCommandInvocationsRequest.Builder filters(Collection<CommandFilter> filters)
(Optional) One or more filters. Use a filter to return a more specific list of results.
filters
- (Optional) One or more filters. Use a filter to return a more specific list of results.ListCommandInvocationsRequest.Builder filters(CommandFilter... filters)
(Optional) One or more filters. Use a filter to return a more specific list of results.
NOTE: This method appends the values to the existing list (if any). Use
#setFilters(java.util.Collection)
or #withFilters(java.util.Collection)
if you want to
override the existing values.
filters
- (Optional) One or more filters. Use a filter to return a more specific list of results.ListCommandInvocationsRequest.Builder details(Boolean details)
(Optional) If set this returns the response of the command executions and any command output. By default this is set to False.
details
- (Optional) If set this returns the response of the command executions and any command output. By
default this is set to False.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.