Uses of Interface
software.amazon.awssdk.services.ssm.model.AutomationExecutionPreview.Builder
Packages that use AutomationExecutionPreview.Builder
-
Uses of AutomationExecutionPreview.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return AutomationExecutionPreview.BuilderModifier and TypeMethodDescriptionAutomationExecutionPreview.builder()Information about the Amazon Web Services Regions targeted by the execution preview.AutomationExecutionPreview.Builder.regions(Collection<String> regions) Information about the Amazon Web Services Regions targeted by the execution preview.AutomationExecutionPreview.Builder.stepPreviews(Map<ImpactType, Integer> stepPreviews) Information about the type of impact a runbook step would have on a resource.AutomationExecutionPreview.Builder.stepPreviewsWithStrings(Map<String, Integer> stepPreviews) Information about the type of impact a runbook step would have on a resource.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.targetPreviews(Consumer<TargetPreview.Builder>... targetPreviews) Information that provides a preview of what the impact of running the specified Automation runbook would be.AutomationExecutionPreview.Builder.targetPreviews(TargetPreview... targetPreviews) Information that provides a preview of what the impact of running the specified Automation runbook would be.AutomationExecutionPreview.toBuilder()AutomationExecutionPreview.Builder.totalAccounts(Integer totalAccounts) Information about the Amazon Web Services accounts that were included in the execution preview.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type AutomationExecutionPreview.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AutomationExecutionPreview.Builder>AutomationExecutionPreview.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type AutomationExecutionPreview.BuilderModifier and TypeMethodDescriptiondefault ExecutionPreview.BuilderExecutionPreview.Builder.automation(Consumer<AutomationExecutionPreview.Builder> automation) Information about the changes that would be made if an Automation workflow were run.static ExecutionPreviewExecutionPreview.fromAutomation(Consumer<AutomationExecutionPreview.Builder> automation) Create an instance of this class withExecutionPreview.automation()initialized to the given value.