Command |
Command.addParametersEntry(String key,
List<String> value) |
|
Command |
Command.clearParametersEntries() |
Removes all the entries added into Parameters.
|
Command |
Command.clone() |
|
Command |
SendCommandResult.getCommand() |
The request as it was received by SSM.
|
Command |
Command.withCommandId(String commandId) |
A unique identifier for this command.
|
Command |
Command.withComment(String comment) |
User-specified information about the command, such as a brief description
of what the command should do.
|
Command |
Command.withDocumentName(String documentName) |
The name of the SSM document requested for execution.
|
Command |
Command.withExpiresAfter(Date expiresAfter) |
If this time is reached and the command has not already started
executing, it will not execute.
|
Command |
Command.withInstanceIds(String... instanceIds) |
The instance IDs against which this command was requested.
|
Command |
Command.withInstanceIds(Collection<String> instanceIds) |
The instance IDs against which this command was requested.
|
Command |
Command.withOutputS3BucketName(String outputS3BucketName) |
The S3 bucket where the responses to the command executions should be
stored.
|
Command |
Command.withOutputS3KeyPrefix(String outputS3KeyPrefix) |
The S3 directory path inside the bucket where the responses to the
command executions should be stored.
|
Command |
Command.withParameters(Map<String,List<String>> parameters) |
The parameter values to be inserted in the SSM document when executing
the command.
|
Command |
Command.withRequestedDateTime(Date requestedDateTime) |
The date and time the command was requested.
|
Command |
Command.withStatus(CommandStatus status) |
The status of the command.
|
Command |
Command.withStatus(String status) |
The status of the command.
|