static AutomationExecutionPreview.Builder |
AutomationExecutionPreview.builder() |
|
AutomationExecutionPreview.Builder |
AutomationExecutionPreview.Builder.regions(String... regions) |
Information about the Amazon Web Services Regions targeted by the execution preview.
|
AutomationExecutionPreview.Builder |
AutomationExecutionPreview.Builder.regions(Collection<String> regions) |
Information about the Amazon Web Services Regions targeted by the execution preview.
|
AutomationExecutionPreview.Builder |
AutomationExecutionPreview.Builder.stepPreviews(Map<ImpactType,Integer> stepPreviews) |
Information about the type of impact a runbook step would have on a resource.
|
AutomationExecutionPreview.Builder |
AutomationExecutionPreview.Builder.stepPreviewsWithStrings(Map<String,Integer> stepPreviews) |
Information about the type of impact a runbook step would have on a resource.
|
AutomationExecutionPreview.Builder |
AutomationExecutionPreview.Builder.targetPreviews(Collection<TargetPreview> targetPreviews) |
Information that provides a preview of what the impact of running the specified Automation runbook would be.
|
AutomationExecutionPreview.Builder |
AutomationExecutionPreview.Builder.targetPreviews(Consumer<TargetPreview.Builder>... targetPreviews) |
Information that provides a preview of what the impact of running the specified Automation runbook would be.
|
AutomationExecutionPreview.Builder |
AutomationExecutionPreview.Builder.targetPreviews(TargetPreview... targetPreviews) |
Information that provides a preview of what the impact of running the specified Automation runbook would be.
|
AutomationExecutionPreview.Builder |
AutomationExecutionPreview.toBuilder() |
|
AutomationExecutionPreview.Builder |
AutomationExecutionPreview.Builder.totalAccounts(Integer totalAccounts) |
Information about the Amazon Web Services accounts that were included in the execution preview.
|