Uses of Interface
software.amazon.awssdk.services.ssm.model.GetCommandInvocationResponse.Builder
Packages that use GetCommandInvocationResponse.Builder
-
Uses of GetCommandInvocationResponse.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return GetCommandInvocationResponse.BuilderModifier and TypeMethodDescriptionGetCommandInvocationResponse.builder()GetCommandInvocationResponse.Builder.cloudWatchOutputConfig(Consumer<CloudWatchOutputConfig.Builder> cloudWatchOutputConfig) Amazon CloudWatch Logs information where Systems Manager sent the command output.GetCommandInvocationResponse.Builder.cloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig) Amazon CloudWatch Logs information where Systems Manager sent the command output.The parent command ID of the invocation plugin.The comment text for the command.GetCommandInvocationResponse.Builder.documentName(String documentName) The name of the document that was run.GetCommandInvocationResponse.Builder.documentVersion(String documentVersion) The Systems Manager document (SSM document) version used in the request.GetCommandInvocationResponse.Builder.executionElapsedTime(String executionElapsedTime) Duration sinceExecutionStartDateTime.GetCommandInvocationResponse.Builder.executionEndDateTime(String executionEndDateTime) The date and time the plugin finished running.GetCommandInvocationResponse.Builder.executionStartDateTime(String executionStartDateTime) The date and time the plugin started running.GetCommandInvocationResponse.Builder.instanceId(String instanceId) The ID of the managed node targeted by the command.GetCommandInvocationResponse.Builder.pluginName(String pluginName) The name of the plugin, or step name, for which details are reported.GetCommandInvocationResponse.Builder.responseCode(Integer responseCode) The error level response code for the plugin script.GetCommandInvocationResponse.Builder.standardErrorContent(String standardErrorContent) The first 8,000 characters written by the plugin tostderr.GetCommandInvocationResponse.Builder.standardErrorUrl(String standardErrorUrl) The URL for the complete text written by the plugin tostderr.GetCommandInvocationResponse.Builder.standardOutputContent(String standardOutputContent) The first 24,000 characters written by the plugin tostdout.GetCommandInvocationResponse.Builder.standardOutputUrl(String standardOutputUrl) The URL for the complete text written by the plugin tostdoutin Amazon Simple Storage Service (Amazon S3).The status of this invocation plugin.GetCommandInvocationResponse.Builder.status(CommandInvocationStatus status) The status of this invocation plugin.GetCommandInvocationResponse.Builder.statusDetails(String statusDetails) A detailed status of the command execution for an invocation.GetCommandInvocationResponse.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type GetCommandInvocationResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetCommandInvocationResponse.Builder>GetCommandInvocationResponse.serializableBuilderClass()