static AutomationExecutionInputs.Builder |
AutomationExecutionInputs.builder() |
|
AutomationExecutionInputs.Builder |
AutomationExecutionInputs.Builder.parameters(Map<String,? extends Collection<String>> parameters) |
Information about parameters that can be specified for the preview operation.
|
AutomationExecutionInputs.Builder |
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 |
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 |
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 |
AutomationExecutionInputs.Builder.targetLocationsURL(String targetLocationsURL) |
A publicly accessible URL for a file that contains the TargetLocations body.
|
AutomationExecutionInputs.Builder |
AutomationExecutionInputs.Builder.targetMaps(Collection<? extends Map<String,? extends Collection<String>>> targetMaps) |
A key-value mapping of document parameters to target resources.
|
AutomationExecutionInputs.Builder |
AutomationExecutionInputs.Builder.targetMaps(Map<String,? extends Collection<String>>... targetMaps) |
A key-value mapping of document parameters to target resources.
|
AutomationExecutionInputs.Builder |
AutomationExecutionInputs.Builder.targetParameterName(String targetParameterName) |
The name of the parameter used as the target resource for the rate-controlled execution.
|
AutomationExecutionInputs.Builder |
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 |
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.
|
AutomationExecutionInputs.Builder |
AutomationExecutionInputs.Builder.targets(Target... targets) |
Information about the resources that would be included in the actual runbook execution, if it were to be run.
|
AutomationExecutionInputs.Builder |
AutomationExecutionInputs.toBuilder() |
|