Uses of Interface
software.amazon.awssdk.services.ssm.model.SendCommandRequest.Builder
Packages that use SendCommandRequest.Builder
Package
Description
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
-
Uses of SendCommandRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type SendCommandRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<SendCommandResponse>SsmAsyncClient.sendCommand(Consumer<SendCommandRequest.Builder> sendCommandRequest) Runs commands on one or more managed nodes.default SendCommandResponseSsmClient.sendCommand(Consumer<SendCommandRequest.Builder> sendCommandRequest) Runs commands on one or more managed nodes. -
Uses of SendCommandRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return SendCommandRequest.BuilderModifier and TypeMethodDescriptiondefault SendCommandRequest.BuilderSendCommandRequest.Builder.alarmConfiguration(Consumer<AlarmConfiguration.Builder> alarmConfiguration) The CloudWatch alarm you want to apply to your command.SendCommandRequest.Builder.alarmConfiguration(AlarmConfiguration alarmConfiguration) The CloudWatch alarm you want to apply to your command.static SendCommandRequest.BuilderSendCommandRequest.builder()default SendCommandRequest.BuilderSendCommandRequest.Builder.cloudWatchOutputConfig(Consumer<CloudWatchOutputConfig.Builder> cloudWatchOutputConfig) Enables Amazon Web Services Systems Manager to send Run Command output to Amazon CloudWatch Logs.SendCommandRequest.Builder.cloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig) Enables Amazon Web Services Systems Manager to send Run Command output to Amazon CloudWatch Logs.User-specified information about the command, such as a brief description of what the command should do.SendCommandRequest.Builder.documentHash(String documentHash) The Sha256 or Sha1 hash created by the system when the document was created.SendCommandRequest.Builder.documentHashType(String documentHashType) Sha256 or Sha1.SendCommandRequest.Builder.documentHashType(DocumentHashType documentHashType) Sha256 or Sha1.SendCommandRequest.Builder.documentName(String documentName) The name of the Amazon Web Services Systems Manager document (SSM document) to run.SendCommandRequest.Builder.documentVersion(String documentVersion) The SSM document version to use in the request.SendCommandRequest.Builder.instanceIds(String... instanceIds) The IDs of the managed nodes where the command should run.SendCommandRequest.Builder.instanceIds(Collection<String> instanceIds) The IDs of the managed nodes where the command should run.SendCommandRequest.Builder.maxConcurrency(String maxConcurrency) (Optional) The maximum number of managed nodes that are allowed to run the command at the same time.The maximum number of errors allowed without the command failing.default SendCommandRequest.BuilderSendCommandRequest.Builder.notificationConfig(Consumer<NotificationConfig.Builder> notificationConfig) Configurations for sending notifications.SendCommandRequest.Builder.notificationConfig(NotificationConfig notificationConfig) Configurations for sending notifications.SendCommandRequest.Builder.outputS3BucketName(String outputS3BucketName) The name of the S3 bucket where command execution responses should be stored.SendCommandRequest.Builder.outputS3KeyPrefix(String outputS3KeyPrefix) The directory structure within the S3 bucket where the responses should be stored.SendCommandRequest.Builder.outputS3Region(String outputS3Region) (Deprecated) You can no longer specify this parameter.SendCommandRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) SendCommandRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) SendCommandRequest.Builder.parameters(Map<String, ? extends Collection<String>> parameters) The required and optional parameters specified in the document being run.SendCommandRequest.Builder.serviceRoleArn(String serviceRoleArn) The ARN of the Identity and Access Management (IAM) service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for Run Command commands.SendCommandRequest.Builder.targets(Collection<Target> targets) An array of search criteria that targets managed nodes using aKey,Valuecombination that you specify.SendCommandRequest.Builder.targets(Consumer<Target.Builder>... targets) An array of search criteria that targets managed nodes using aKey,Valuecombination that you specify.An array of search criteria that targets managed nodes using aKey,Valuecombination that you specify.SendCommandRequest.Builder.timeoutSeconds(Integer timeoutSeconds) If this time is reached and the command hasn't already started running, it won't run.SendCommandRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type SendCommandRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SendCommandRequest.Builder>SendCommandRequest.serializableBuilderClass()