public static interface ExecutionFailedEventDetails.Builder extends CopyableBuilder<ExecutionFailedEventDetails.Builder,ExecutionFailedEventDetails>
| Modifier and Type | Method and Description |
|---|---|
ExecutionFailedEventDetails.Builder |
cause(String cause)
A more detailed explanation of the cause of the failure.
|
ExecutionFailedEventDetails.Builder |
error(String error)
The error code of the failure.
|
copyapply, buildExecutionFailedEventDetails.Builder error(String error)
The error code of the failure.
error - The error code of the failure.ExecutionFailedEventDetails.Builder cause(String cause)
A more detailed explanation of the cause of the failure.
cause - A more detailed explanation of the cause of the failure.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.