Interface Failure.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Failure.Builder,,Failure> SdkBuilder<Failure.Builder,,Failure> SdkPojo
- Enclosing class:
 Failure
- 
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the failed resource.The details of the failure.The reason for the failure.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
arn
The Amazon Resource Name (ARN) of the failed resource.
- Parameters:
 arn- The Amazon Resource Name (ARN) of the failed resource.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
reason
The reason for the failure.
- Parameters:
 reason- The reason for the failure.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
detail
The details of the failure.
- Parameters:
 detail- The details of the failure.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -