public static interface FailureDetails.Builder extends CopyableBuilder<FailureDetails.Builder,FailureDetails>
| Modifier and Type | Method and Description |
|---|---|
FailureDetails.Builder |
details(Map<String,? extends Collection<String>> details)
Detailed information about the Automation step failure.
|
FailureDetails.Builder |
failureStage(String failureStage)
The stage of the Automation execution when the failure occurred.
|
FailureDetails.Builder |
failureType(String failureType)
The type of Automation failure.
|
copyapply, buildFailureDetails.Builder failureStage(String failureStage)
The stage of the Automation execution when the failure occurred. The stages include the following: InputValidation, PreVerification, Invocation, PostVerification.
failureStage - The stage of the Automation execution when the failure occurred. The stages include the following:
InputValidation, PreVerification, Invocation, PostVerification.FailureDetails.Builder failureType(String failureType)
The type of Automation failure. Failure types include the following: Action, Permission, Throttling, Verification, Internal.
failureType - The type of Automation failure. Failure types include the following: Action, Permission, Throttling,
Verification, Internal.FailureDetails.Builder details(Map<String,? extends Collection<String>> details)
Detailed information about the Automation step failure.
details - Detailed information about the Automation step failure.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.