CopyableBuilder<ActivityTimedOutEventDetails.Builder,ActivityTimedOutEventDetails>
, SdkBuilder<ActivityTimedOutEventDetails.Builder,ActivityTimedOutEventDetails>
public static interface ActivityTimedOutEventDetails.Builder extends CopyableBuilder<ActivityTimedOutEventDetails.Builder,ActivityTimedOutEventDetails>
Modifier and Type | Method | 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.
|
copy
apply, build
ActivityTimedOutEventDetails.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.