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