static Script.Builder |
Script.builder() |
|
Script.Builder |
Script.Builder.executeOperationOnScriptFailure(Boolean executeOperationOnScriptFailure) |
Indicates whether Amazon Data Lifecycle Manager should default to crash-consistent snapshots if the pre
script fails.
|
Script.Builder |
Script.Builder.executionHandler(String executionHandler) |
The SSM document that includes the pre and/or post scripts to run.
|
Script.Builder |
Script.Builder.executionHandlerService(String executionHandlerService) |
Indicates the service used to execute the pre and/or post scripts.
|
Script.Builder |
Script.Builder.executionHandlerService(ExecutionHandlerServiceValues executionHandlerService) |
Indicates the service used to execute the pre and/or post scripts.
|
Script.Builder |
Script.Builder.executionTimeout(Integer executionTimeout) |
Specifies a timeout period, in seconds, after which Amazon Data Lifecycle Manager fails the script run
attempt if it has not completed.
|
Script.Builder |
Script.Builder.maximumRetryCount(Integer maximumRetryCount) |
Specifies the number of times Amazon Data Lifecycle Manager should retry scripts that fail.
|
Script.Builder |
Script.Builder.stages(Collection<StageValues> stages) |
Indicate which scripts Amazon Data Lifecycle Manager should run on target instances.
|
Script.Builder |
Script.Builder.stages(StageValues... stages) |
Indicate which scripts Amazon Data Lifecycle Manager should run on target instances.
|
Script.Builder |
Script.Builder.stagesWithStrings(String... stages) |
Indicate which scripts Amazon Data Lifecycle Manager should run on target instances.
|
Script.Builder |
Script.Builder.stagesWithStrings(Collection<String> stages) |
Indicate which scripts Amazon Data Lifecycle Manager should run on target instances.
|
Script.Builder |
Script.toBuilder() |
|