| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static CommandInvocation.Builder |
CommandInvocation.builder() |
CommandInvocation.Builder |
CommandInvocation.Builder.commandId(String commandId)
The command against which this invocation was requested.
|
CommandInvocation.Builder |
CommandInvocation.Builder.commandPlugins(Collection<CommandPlugin> commandPlugins)
Sets the value of the CommandPlugins property for this object.
|
CommandInvocation.Builder |
CommandInvocation.Builder.commandPlugins(CommandPlugin... commandPlugins)
Sets the value of the CommandPlugins property for this object.
|
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.instanceId(String instanceId)
The instance ID in which this invocation was requested.
|
CommandInvocation.Builder |
CommandInvocation.Builder.instanceName(String instanceName)
The name of the invocation target.
|
default CommandInvocation.Builder |
CommandInvocation.Builder.notificationConfig(Consumer<NotificationConfig.Builder> notificationConfig)
Configurations for sending notifications about command status changes on a per instance basis.
|
CommandInvocation.Builder |
CommandInvocation.Builder.notificationConfig(NotificationConfig notificationConfig)
Configurations for sending notifications about command status changes on a per instance basis.
|
CommandInvocation.Builder |
CommandInvocation.Builder.requestedDateTime(Instant requestedDateTime)
The time and date the request was sent to this instance.
|
CommandInvocation.Builder |
CommandInvocation.Builder.serviceRole(String serviceRole)
The IAM service role that Run Command uses to act on your behalf when sending notifications about command
status changes on a per instance basis.
|
CommandInvocation.Builder |
CommandInvocation.Builder.standardErrorUrl(String standardErrorUrl)
The URL to the plugin's StdErr file in Amazon S3, if the Amazon 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 S3, if the Amazon S3 bucket was defined for the parent command.
|
CommandInvocation.Builder |
CommandInvocation.Builder.status(CommandInvocationStatus status)
Whether or not the invocation succeeded, failed, or is pending.
|
CommandInvocation.Builder |
CommandInvocation.Builder.status(String 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 instance targeted by the command).
|
CommandInvocation.Builder |
CommandInvocation.toBuilder() |
CommandInvocation.Builder |
CommandInvocation.Builder.traceOutput(String traceOutput)
Gets the trace output sent by the agent.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CommandInvocation.Builder> |
CommandInvocation.serializableBuilderClass() |
Copyright © 2017. All rights reserved.