Uses of Interface
software.amazon.awssdk.services.ssm.model.AutomationExecutionInputs.Builder
Packages that use AutomationExecutionInputs.Builder
-
Uses of AutomationExecutionInputs.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return AutomationExecutionInputs.BuilderModifier and TypeMethodDescriptionAutomationExecutionInputs.builder()AutomationExecutionInputs.Builder.parameters(Map<String, ? extends Collection<String>> parameters) Information about parameters that can be specified for the preview operation.AutomationExecutionInputs.Builder.targetLocations(Collection<TargetLocation> targetLocations) Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the Automation execution preview operation.AutomationExecutionInputs.Builder.targetLocations(Consumer<TargetLocation.Builder>... targetLocations) Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the Automation execution preview operation.AutomationExecutionInputs.Builder.targetLocations(TargetLocation... targetLocations) Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the Automation execution preview operation.AutomationExecutionInputs.Builder.targetLocationsURL(String targetLocationsURL) A publicly accessible URL for a file that contains theTargetLocationsbody.AutomationExecutionInputs.Builder.targetMaps(Collection<? extends Map<String, ? extends Collection<String>>> targetMaps) A key-value mapping of document parameters to target resources.AutomationExecutionInputs.Builder.targetMaps(Map<String, ? extends Collection<String>>... targetMaps) A key-value mapping of document parameters to target resources.AutomationExecutionInputs.Builder.targetParameterName(String targetParameterName) The name of the parameter used as the target resource for the rate-controlled execution.AutomationExecutionInputs.Builder.targets(Collection<Target> targets) Information about the resources that would be included in the actual runbook execution, if it were to be run.AutomationExecutionInputs.Builder.targets(Consumer<Target.Builder>... targets) Information about the resources that would be included in the actual runbook execution, if it were to be run.Information about the resources that would be included in the actual runbook execution, if it were to be run.AutomationExecutionInputs.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type AutomationExecutionInputs.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AutomationExecutionInputs.Builder>AutomationExecutionInputs.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type AutomationExecutionInputs.BuilderModifier and TypeMethodDescriptiondefault ExecutionInputs.BuilderExecutionInputs.Builder.automation(Consumer<AutomationExecutionInputs.Builder> automation) Information about the optional inputs that can be specified for an automation execution preview.static ExecutionInputsExecutionInputs.fromAutomation(Consumer<AutomationExecutionInputs.Builder> automation) Create an instance of this class withExecutionInputs.automation()initialized to the given value.