CopyableBuilder<RecordMarkerFailedEventAttributes.Builder,RecordMarkerFailedEventAttributes>
, SdkBuilder<RecordMarkerFailedEventAttributes.Builder,RecordMarkerFailedEventAttributes>
public static interface RecordMarkerFailedEventAttributes.Builder extends CopyableBuilder<RecordMarkerFailedEventAttributes.Builder,RecordMarkerFailedEventAttributes>
Modifier and Type | Method | Description |
---|---|---|
RecordMarkerFailedEventAttributes.Builder |
cause(String cause) |
The cause of the failure.
|
RecordMarkerFailedEventAttributes.Builder |
cause(RecordMarkerFailedCause cause) |
The cause of the failure.
|
RecordMarkerFailedEventAttributes.Builder |
decisionTaskCompletedEventId(Long decisionTaskCompletedEventId) |
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in
the RecordMarkerFailed decision for this cancellation request. |
RecordMarkerFailedEventAttributes.Builder |
markerName(String markerName) |
The marker's name.
|
copy
apply, build
RecordMarkerFailedEventAttributes.Builder markerName(String markerName)
The marker's name.
markerName
- The marker's name.RecordMarkerFailedEventAttributes.Builder cause(String cause)
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
cause
- The cause of the failure. This information is generated by the system and can be useful for diagnostic
purposes. RecordMarkerFailedCause
RecordMarkerFailedEventAttributes.Builder cause(RecordMarkerFailedCause cause)
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
cause
- The cause of the failure. This information is generated by the system and can be useful for diagnostic
purposes. RecordMarkerFailedCause
RecordMarkerFailedEventAttributes.Builder decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in
the RecordMarkerFailed
decision for this cancellation request. This information can be useful
for diagnosing problems by tracing back the chain of events leading up to this event.
decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the decision task that
resulted in the RecordMarkerFailed
decision for this cancellation request. This
information can be useful for diagnosing problems by tracing back the chain of events leading up to
this event.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.