Interface ActivityTimedOutEventDetails.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ActivityTimedOutEventDetails.Builder,,- ActivityTimedOutEventDetails> - SdkBuilder<ActivityTimedOutEventDetails.Builder,,- ActivityTimedOutEventDetails> - SdkPojo
- Enclosing class:
- ActivityTimedOutEventDetails
@Mutable
@NotThreadSafe
public static interface ActivityTimedOutEventDetails.Builder
extends SdkPojo, CopyableBuilder<ActivityTimedOutEventDetails.Builder,ActivityTimedOutEventDetails> 
- 
Method SummaryModifier and TypeMethodDescriptionA more detailed explanation of the cause of the timeout.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 timeout. - Parameters:
- causeValue- A more detailed explanation of the cause of the timeout.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-