public static interface ListCommandInvocationsRequest.Builder extends SSMRequest.Builder, CopyableBuilder<ListCommandInvocationsRequest.Builder,ListCommandInvocationsRequest>
Modifier and Type | Method and 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.
|
ListCommandInvocationsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
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.
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.ListCommandInvocationsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.