Interface ActivityScheduleFailedEventDetails.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ActivityScheduleFailedEventDetails.Builder,,- ActivityScheduleFailedEventDetails> - SdkBuilder<ActivityScheduleFailedEventDetails.Builder,,- ActivityScheduleFailedEventDetails> - SdkPojo
- Enclosing class:
- ActivityScheduleFailedEventDetails
@Mutable
@NotThreadSafe
public static interface ActivityScheduleFailedEventDetails.Builder
extends SdkPojo, CopyableBuilder<ActivityScheduleFailedEventDetails.Builder,ActivityScheduleFailedEventDetails> 
- 
Method SummaryModifier and TypeMethodDescriptionA more detailed explanation of the cause of the failure.The error code of the failure.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
errorThe error code of the failure. - Parameters:
- error- The error code of the failure.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
causeA more detailed explanation of the cause of the failure. - Parameters:
- causeValue- A more detailed explanation of the cause of the failure.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-