static CommandInvocation.Builder |
CommandInvocation.builder() |
|
default CommandInvocation.Builder |
CommandInvocation.Builder.cloudWatchOutputConfig(Consumer<CloudWatchOutputConfig.Builder> cloudWatchOutputConfig) |
Amazon CloudWatch Logs information where you want Amazon Web Services Systems Manager to send the command
output.
|
CommandInvocation.Builder |
CommandInvocation.Builder.cloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig) |
Amazon CloudWatch Logs information where you want Amazon Web Services Systems Manager to send the command
output.
|
CommandInvocation.Builder |
CommandInvocation.Builder.commandId(String commandId) |
The command against which this invocation was requested.
|
CommandInvocation.Builder |
CommandInvocation.Builder.commandPlugins(Collection<CommandPlugin> commandPlugins) |
Plugins processed by the command.
|
CommandInvocation.Builder |
CommandInvocation.Builder.commandPlugins(Consumer<CommandPlugin.Builder>... commandPlugins) |
Plugins processed by the command.
|
CommandInvocation.Builder |
CommandInvocation.Builder.commandPlugins(CommandPlugin... commandPlugins) |
Plugins processed by the command.
|
CommandInvocation.Builder |
CommandInvocation.Builder.comment(String comment) |
User-specified information about the command, such as a brief description of what the command should do.
|
CommandInvocation.Builder |
CommandInvocation.Builder.documentName(String documentName) |
The document name that was requested for execution.
|
CommandInvocation.Builder |
CommandInvocation.Builder.documentVersion(String documentVersion) |
The Systems Manager document (SSM document) version.
|
CommandInvocation.Builder |
CommandInvocation.Builder.instanceId(String instanceId) |
The managed node ID in which this invocation was requested.
|
CommandInvocation.Builder |
CommandInvocation.Builder.instanceName(String instanceName) |
The fully qualified host name of the managed node.
|
default CommandInvocation.Builder |
CommandInvocation.Builder.notificationConfig(Consumer<NotificationConfig.Builder> notificationConfig) |
Configurations for sending notifications about command status changes on a per managed node basis.
|
CommandInvocation.Builder |
CommandInvocation.Builder.notificationConfig(NotificationConfig notificationConfig) |
Configurations for sending notifications about command status changes on a per managed node basis.
|
CommandInvocation.Builder |
CommandInvocation.Builder.requestedDateTime(Instant requestedDateTime) |
The time and date the request was sent to this managed node.
|
CommandInvocation.Builder |
CommandInvocation.Builder.serviceRole(String serviceRole) |
The Identity and Access Management (IAM) service role that Run Command, a capability of Amazon Web Services
Systems Manager, uses to act on your behalf when sending notifications about command status changes on a per
managed node basis.
|
CommandInvocation.Builder |
CommandInvocation.Builder.standardErrorUrl(String standardErrorUrl) |
The URL to the plugin's StdErr file in Amazon Simple Storage Service (Amazon S3), if the S3 bucket was
defined for the parent command.
|
CommandInvocation.Builder |
CommandInvocation.Builder.standardOutputUrl(String standardOutputUrl) |
The URL to the plugin's StdOut file in Amazon Simple Storage Service (Amazon S3), if the S3 bucket was
defined for the parent command.
|
CommandInvocation.Builder |
CommandInvocation.Builder.status(String status) |
Whether or not the invocation succeeded, failed, or is pending.
|
CommandInvocation.Builder |
CommandInvocation.Builder.status(CommandInvocationStatus status) |
Whether or not the invocation succeeded, failed, or is pending.
|
CommandInvocation.Builder |
CommandInvocation.Builder.statusDetails(String statusDetails) |
A detailed status of the command execution for each invocation (each managed node targeted by the command).
|
CommandInvocation.Builder |
CommandInvocation.toBuilder() |
|
CommandInvocation.Builder |
CommandInvocation.Builder.traceOutput(String traceOutput) |
Gets the trace output sent by the agent.
|