public static interface FailureDetails.Builder extends SdkPojo, 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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
FailureDetails.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 © 2020. All rights reserved.