Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
CommandPlugin |
CommandPlugin.clone() |
CommandPlugin |
CommandPlugin.withName(String name)
The name of the plugin.
|
CommandPlugin |
CommandPlugin.withOutput(String output)
Output of the plugin execution.
|
CommandPlugin |
CommandPlugin.withOutputS3BucketName(String outputS3BucketName)
The S3 bucket where the responses to the command executions should be stored.
|
CommandPlugin |
CommandPlugin.withOutputS3KeyPrefix(String outputS3KeyPrefix)
The S3 directory path inside the bucket where the responses to the command executions should be stored.
|
CommandPlugin |
CommandPlugin.withOutputS3Region(String outputS3Region)
(Deprecated) You can no longer specify this parameter.
|
CommandPlugin |
CommandPlugin.withResponseCode(Integer responseCode)
A numeric response code generated after executing the plugin.
|
CommandPlugin |
CommandPlugin.withResponseFinishDateTime(Date responseFinishDateTime)
The time the plugin stopped executing.
|
CommandPlugin |
CommandPlugin.withResponseStartDateTime(Date responseStartDateTime)
The time the plugin started executing.
|
CommandPlugin |
CommandPlugin.withStandardErrorUrl(String standardErrorUrl)
The URL for the complete text written by the plugin to stderr.
|
CommandPlugin |
CommandPlugin.withStandardOutputUrl(String standardOutputUrl)
The URL for the complete text written by the plugin to stdout in Amazon S3.
|
CommandPlugin |
CommandPlugin.withStatus(CommandPluginStatus status)
The status of this plugin.
|
CommandPlugin |
CommandPlugin.withStatus(String status)
The status of this plugin.
|
CommandPlugin |
CommandPlugin.withStatusDetails(String statusDetails)
A detailed status of the plugin execution.
|
Modifier and Type | Method and Description |
---|---|
List<CommandPlugin> |
CommandInvocation.getCommandPlugins() |
Modifier and Type | Method and Description |
---|---|
CommandInvocation |
CommandInvocation.withCommandPlugins(CommandPlugin... commandPlugins)
NOTE: This method appends the values to the existing list (if any).
|
Modifier and Type | Method and Description |
---|---|
void |
CommandInvocation.setCommandPlugins(Collection<CommandPlugin> commandPlugins) |
CommandInvocation |
CommandInvocation.withCommandPlugins(Collection<CommandPlugin> commandPlugins) |
Copyright © 2018. All rights reserved.