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