Uses of Interface
software.amazon.awssdk.services.ssm.model.CommandInvocation.Builder
Packages that use CommandInvocation.Builder
-
Uses of CommandInvocation.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return CommandInvocation.BuilderModifier and TypeMethodDescriptionstatic CommandInvocation.BuilderCommandInvocation.builder()default CommandInvocation.BuilderCommandInvocation.Builder.cloudWatchOutputConfig(Consumer<CloudWatchOutputConfig.Builder> cloudWatchOutputConfig) Amazon CloudWatch Logs information where you want Amazon Web Services Systems Manager to send the command output.CommandInvocation.Builder.cloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig) Amazon CloudWatch Logs information where you want Amazon Web Services Systems Manager to send the command output.The command against which this invocation was requested.CommandInvocation.Builder.commandPlugins(Collection<CommandPlugin> commandPlugins) Plugins processed by the command.CommandInvocation.Builder.commandPlugins(Consumer<CommandPlugin.Builder>... commandPlugins) Plugins processed by the command.CommandInvocation.Builder.commandPlugins(CommandPlugin... commandPlugins) Plugins processed by the command.User-specified information about the command, such as a brief description of what the command should do.CommandInvocation.Builder.documentName(String documentName) The document name that was requested for execution.CommandInvocation.Builder.documentVersion(String documentVersion) The Systems Manager document (SSM document) version.CommandInvocation.Builder.instanceId(String instanceId) The managed node ID in which this invocation was requested.CommandInvocation.Builder.instanceName(String instanceName) The fully qualified host name of the managed node.default CommandInvocation.BuilderCommandInvocation.Builder.notificationConfig(Consumer<NotificationConfig.Builder> notificationConfig) Configurations for sending notifications about command status changes on a per managed node basis.CommandInvocation.Builder.notificationConfig(NotificationConfig notificationConfig) Configurations for sending notifications about command status changes on a per managed node basis.CommandInvocation.Builder.requestedDateTime(Instant requestedDateTime) The time and date the request was sent to this managed node.CommandInvocation.Builder.serviceRole(String serviceRole) The Identity and Access Management (IAM) service role that Run Command, a tool in Amazon Web Services Systems Manager, uses to act on your behalf when sending notifications about command status changes on a per managed node basis.CommandInvocation.Builder.standardErrorUrl(String standardErrorUrl) The URL to the plugin's StdErr file in Amazon Simple Storage Service (Amazon S3), if the S3 bucket was defined for the parent command.CommandInvocation.Builder.standardOutputUrl(String standardOutputUrl) The URL to the plugin's StdOut file in Amazon Simple Storage Service (Amazon S3), if the S3 bucket was defined for the parent command.Whether or not the invocation succeeded, failed, or is pending.CommandInvocation.Builder.status(CommandInvocationStatus status) Whether or not the invocation succeeded, failed, or is pending.CommandInvocation.Builder.statusDetails(String statusDetails) A detailed status of the command execution for each invocation (each managed node targeted by the command).CommandInvocation.toBuilder()CommandInvocation.Builder.traceOutput(String traceOutput) Gets the trace output sent by the agent.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type CommandInvocation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CommandInvocation.Builder>CommandInvocation.serializableBuilderClass()