Package | Description |
---|---|
software.amazon.awssdk.services.ssm.model |
Modifier and Type | Method and Description |
---|---|
static CommandPlugin.Builder |
CommandPlugin.builder() |
CommandPlugin.Builder |
CommandPlugin.Builder.name(String name)
The name of the plugin.
|
CommandPlugin.Builder |
CommandPlugin.Builder.output(String output)
Output of the plugin execution.
|
CommandPlugin.Builder |
CommandPlugin.Builder.outputS3BucketName(String outputS3BucketName)
The S3 bucket where the responses to the command executions should be stored.
|
CommandPlugin.Builder |
CommandPlugin.Builder.outputS3KeyPrefix(String outputS3KeyPrefix)
The S3 directory path inside the bucket where the responses to the command executions should be stored.
|
CommandPlugin.Builder |
CommandPlugin.Builder.outputS3Region(String outputS3Region)
(Deprecated) You can no longer specify this parameter.
|
CommandPlugin.Builder |
CommandPlugin.Builder.responseCode(Integer responseCode)
A numeric response code generated after running the plugin.
|
CommandPlugin.Builder |
CommandPlugin.Builder.responseFinishDateTime(Instant responseFinishDateTime)
The time the plugin stopped running.
|
CommandPlugin.Builder |
CommandPlugin.Builder.responseStartDateTime(Instant responseStartDateTime)
The time the plugin started running.
|
CommandPlugin.Builder |
CommandPlugin.Builder.standardErrorUrl(String standardErrorUrl)
The URL for the complete text written by the plugin to stderr.
|
CommandPlugin.Builder |
CommandPlugin.Builder.standardOutputUrl(String standardOutputUrl)
The URL for the complete text written by the plugin to stdout in Amazon S3.
|
CommandPlugin.Builder |
CommandPlugin.Builder.status(CommandPluginStatus status)
The status of this plugin.
|
CommandPlugin.Builder |
CommandPlugin.Builder.status(String status)
The status of this plugin.
|
CommandPlugin.Builder |
CommandPlugin.Builder.statusDetails(String statusDetails)
A detailed status of the plugin execution.
|
CommandPlugin.Builder |
CommandPlugin.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends CommandPlugin.Builder> |
CommandPlugin.serializableBuilderClass() |
Copyright © 2020. All rights reserved.