Interface FailureDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FailureDetails.Builder,
,FailureDetails> SdkBuilder<FailureDetails.Builder,
,FailureDetails> SdkPojo
- Enclosing class:
FailureDetails
@Mutable
@NotThreadSafe
public static interface FailureDetails.Builder
extends SdkPojo, CopyableBuilder<FailureDetails.Builder,FailureDetails>
-
Method Summary
Modifier and TypeMethodDescriptiondetails
(Map<String, ? extends Collection<String>> details) Detailed information about the Automation step failure.failureStage
(String failureStage) The stage of the Automation execution when the failure occurred.failureType
(String failureType) The type of Automation failure.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
failureStage
The stage of the Automation execution when the failure occurred. The stages include the following: InputValidation, PreVerification, Invocation, PostVerification.
- Parameters:
failureStage
- The stage of the Automation execution when the failure occurred. The stages include the following: InputValidation, PreVerification, Invocation, PostVerification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureType
The type of Automation failure. Failure types include the following: Action, Permission, Throttling, Verification, Internal.
- Parameters:
failureType
- The type of Automation failure. Failure types include the following: Action, Permission, Throttling, Verification, Internal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
details
Detailed information about the Automation step failure.
- Parameters:
details
- Detailed information about the Automation step failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-