CopyableBuilder<ExecutionAbortedEventDetails.Builder,ExecutionAbortedEventDetails>, SdkBuilder<ExecutionAbortedEventDetails.Builder,ExecutionAbortedEventDetails>public static interface ExecutionAbortedEventDetails.Builder extends CopyableBuilder<ExecutionAbortedEventDetails.Builder,ExecutionAbortedEventDetails>
| Modifier and Type | Method | Description |
|---|---|---|
ExecutionAbortedEventDetails.Builder |
cause(String cause) |
A more detailed explanation of the cause of the failure.
|
ExecutionAbortedEventDetails.Builder |
error(String error) |
The error code of the failure.
|
copyapply, buildExecutionAbortedEventDetails.Builder error(String error)
The error code of the failure.
error - The error code of the failure.ExecutionAbortedEventDetails.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.