public static interface ListCommandInvocationsRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<ListCommandInvocationsRequest.Builder,ListCommandInvocationsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCommandInvocationsRequest.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 managed node ID.
instanceId - (Optional) The command execution details for a specific managed node 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 filters(Consumer<CommandFilter.Builder>... filters)
(Optional) One or more filters. Use a filter to return a more specific list of results.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) ListCommandInvocationsRequest.Builder details(Boolean details)
(Optional) If set this returns the response of the command executions and any command output. The default
value is false.
details - (Optional) If set this returns the response of the command executions and any command output. The
default value is false.ListCommandInvocationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListCommandInvocationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.