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