Uses of Interface
software.amazon.awssdk.services.ssm.model.CommandPlugin.Builder
Packages that use CommandPlugin.Builder
-
Uses of CommandPlugin.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return CommandPlugin.BuilderModifier and TypeMethodDescriptionstatic CommandPlugin.BuilderCommandPlugin.builder()The name of the plugin.Output of the plugin execution.CommandPlugin.Builder.outputS3BucketName(String outputS3BucketName) The S3 bucket where the responses to the command executions should be stored.CommandPlugin.Builder.outputS3KeyPrefix(String outputS3KeyPrefix) The S3 directory path inside the bucket where the responses to the command executions should be stored.CommandPlugin.Builder.outputS3Region(String outputS3Region) (Deprecated) You can no longer specify this parameter.CommandPlugin.Builder.responseCode(Integer responseCode) A numeric response code generated after running the plugin.CommandPlugin.Builder.responseFinishDateTime(Instant responseFinishDateTime) The time the plugin stopped running.CommandPlugin.Builder.responseStartDateTime(Instant responseStartDateTime) The time the plugin started running.CommandPlugin.Builder.standardErrorUrl(String standardErrorUrl) The URL for the complete text written by the plugin to stderr.CommandPlugin.Builder.standardOutputUrl(String standardOutputUrl) The URL for the complete text written by the plugin to stdout in Amazon S3.The status of this plugin.CommandPlugin.Builder.status(CommandPluginStatus status) The status of this plugin.CommandPlugin.Builder.statusDetails(String statusDetails) A detailed status of the plugin execution.CommandPlugin.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type CommandPlugin.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CommandPlugin.Builder>CommandPlugin.serializableBuilderClass()