Uses of Interface
software.amazon.awssdk.services.ssm.model.Command.Builder
Packages that use Command.Builder
-
Uses of Command.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return Command.BuilderModifier and TypeMethodDescriptiondefault Command.BuilderCommand.Builder.alarmConfiguration(Consumer<AlarmConfiguration.Builder> alarmConfiguration) The details for the CloudWatch alarm applied to your command.Command.Builder.alarmConfiguration(AlarmConfiguration alarmConfiguration) The details for the CloudWatch alarm applied to your command.static Command.BuilderCommand.builder()default Command.BuilderCommand.Builder.cloudWatchOutputConfig(Consumer<CloudWatchOutputConfig.Builder> cloudWatchOutputConfig) Amazon CloudWatch Logs information where you want Amazon Web Services Systems Manager to send the command output.Command.Builder.cloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig) Amazon CloudWatch Logs information where you want Amazon Web Services Systems Manager to send the command output.A unique identifier for this command.User-specified information about the command, such as a brief description of what the command should do.Command.Builder.completedCount(Integer completedCount) The number of targets for which the command invocation reached a terminal state.Command.Builder.deliveryTimedOutCount(Integer deliveryTimedOutCount) The number of targets for which the status is Delivery Timed Out.Command.Builder.documentName(String documentName) The name of the document requested for execution.Command.Builder.documentVersion(String documentVersion) The Systems Manager document (SSM document) version.Command.Builder.errorCount(Integer errorCount) The number of targets for which the status is Failed or Execution Timed Out.Command.Builder.expiresAfter(Instant expiresAfter) If a command expires, it changes status toDeliveryTimedOutfor all invocations that have the statusInProgress,Pending, orDelayed.Command.Builder.instanceIds(String... instanceIds) The managed node IDs against which this command was requested.Command.Builder.instanceIds(Collection<String> instanceIds) The managed node IDs against which this command was requested.Command.Builder.maxConcurrency(String maxConcurrency) The maximum number of managed nodes that are allowed to run the command at the same time.The maximum number of errors allowed before the system stops sending the command to additional targets.default Command.BuilderCommand.Builder.notificationConfig(Consumer<NotificationConfig.Builder> notificationConfig) Configurations for sending notifications about command status changes.Command.Builder.notificationConfig(NotificationConfig notificationConfig) Configurations for sending notifications about command status changes.Command.Builder.outputS3BucketName(String outputS3BucketName) The S3 bucket where the responses to the command executions should be stored.Command.Builder.outputS3KeyPrefix(String outputS3KeyPrefix) The S3 directory path inside the bucket where the responses to the command executions should be stored.Command.Builder.outputS3Region(String outputS3Region) (Deprecated) You can no longer specify this parameter.Command.Builder.parameters(Map<String, ? extends Collection<String>> parameters) The parameter values to be inserted in the document when running the command.Command.Builder.requestedDateTime(Instant requestedDateTime) The date and time the command was requested.Command.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.The status of the command.Command.Builder.status(CommandStatus status) The status of the command.Command.Builder.statusDetails(String statusDetails) A detailed status of the command execution.Command.Builder.targetCount(Integer targetCount) The number of targets for the command.Command.Builder.targets(Collection<Target> targets) An array of search criteria that targets managed nodes using a Key,Value combination that you specify.Command.Builder.targets(Consumer<Target.Builder>... targets) An array of search criteria that targets managed nodes using a Key,Value combination that you specify.An array of search criteria that targets managed nodes using a Key,Value combination that you specify.Command.Builder.timeoutSeconds(Integer timeoutSeconds) TheTimeoutSecondsvalue specified for a command.Command.toBuilder()Command.Builder.triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms) The CloudWatch alarm that was invoked by the command.Command.Builder.triggeredAlarms(Consumer<AlarmStateInformation.Builder>... triggeredAlarms) The CloudWatch alarm that was invoked by the command.Command.Builder.triggeredAlarms(AlarmStateInformation... triggeredAlarms) The CloudWatch alarm that was invoked by the command.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type Command.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Command.Builder>Command.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type Command.BuilderModifier and TypeMethodDescriptiondefault SendCommandResponse.BuilderSendCommandResponse.Builder.command(Consumer<Command.Builder> command) The request as it was received by Systems Manager.