Uses of Interface
software.amazon.awssdk.services.ssm.model.StartAutomationExecutionRequest.Builder
Packages that use StartAutomationExecutionRequest.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 StartAutomationExecutionRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type StartAutomationExecutionRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.startAutomationExecution(Consumer<StartAutomationExecutionRequest.Builder> startAutomationExecutionRequest) Initiates execution of an Automation runbook.default StartAutomationExecutionResponseSsmClient.startAutomationExecution(Consumer<StartAutomationExecutionRequest.Builder> startAutomationExecutionRequest) Initiates execution of an Automation runbook. -
Uses of StartAutomationExecutionRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return StartAutomationExecutionRequest.BuilderModifier and TypeMethodDescriptionStartAutomationExecutionRequest.Builder.alarmConfiguration(Consumer<AlarmConfiguration.Builder> alarmConfiguration) The CloudWatch alarm you want to apply to your automation.StartAutomationExecutionRequest.Builder.alarmConfiguration(AlarmConfiguration alarmConfiguration) The CloudWatch alarm you want to apply to your automation.StartAutomationExecutionRequest.builder()StartAutomationExecutionRequest.Builder.clientToken(String clientToken) User-provided idempotency token.StartAutomationExecutionRequest.Builder.documentName(String documentName) The name of the SSM document to run.StartAutomationExecutionRequest.Builder.documentVersion(String documentVersion) The version of the Automation runbook to use for this execution.StartAutomationExecutionRequest.Builder.maxConcurrency(String maxConcurrency) The maximum number of targets allowed to run this task in parallel.The number of errors that are allowed before the system stops running the automation on additional targets.The execution mode of the automation.StartAutomationExecutionRequest.Builder.mode(ExecutionMode mode) The execution mode of the automation.StartAutomationExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) StartAutomationExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) StartAutomationExecutionRequest.Builder.parameters(Map<String, ? extends Collection<String>> parameters) A key-value map of execution parameters, which match the declared parameters in the Automation runbook.StartAutomationExecutionRequest.Builder.tags(Collection<Tag> tags) Optional metadata that you assign to a resource.StartAutomationExecutionRequest.Builder.tags(Consumer<Tag.Builder>... tags) Optional metadata that you assign to a resource.Optional metadata that you assign to a resource.StartAutomationExecutionRequest.Builder.targetLocations(Collection<TargetLocation> targetLocations) A location is a combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the automation.StartAutomationExecutionRequest.Builder.targetLocations(Consumer<TargetLocation.Builder>... targetLocations) A location is a combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the automation.StartAutomationExecutionRequest.Builder.targetLocations(TargetLocation... targetLocations) A location is a combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the automation.StartAutomationExecutionRequest.Builder.targetLocationsURL(String targetLocationsURL) Specify a publicly accessible URL for a file that contains theTargetLocationsbody.StartAutomationExecutionRequest.Builder.targetMaps(Collection<? extends Map<String, ? extends Collection<String>>> targetMaps) A key-value mapping of document parameters to target resources.StartAutomationExecutionRequest.Builder.targetMaps(Map<String, ? extends Collection<String>>... targetMaps) A key-value mapping of document parameters to target resources.StartAutomationExecutionRequest.Builder.targetParameterName(String targetParameterName) The name of the parameter used as the target resource for the rate-controlled execution.StartAutomationExecutionRequest.Builder.targets(Collection<Target> targets) A key-value mapping to target resources.StartAutomationExecutionRequest.Builder.targets(Consumer<Target.Builder>... targets) A key-value mapping to target resources.A key-value mapping to target resources.StartAutomationExecutionRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type StartAutomationExecutionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StartAutomationExecutionRequest.Builder>StartAutomationExecutionRequest.serializableBuilderClass()