Interface AsyncErrorDetails.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AsyncErrorDetails.Builder,,- AsyncErrorDetails> - SdkBuilder<AsyncErrorDetails.Builder,,- AsyncErrorDetails> - SdkPojo
- Enclosing class:
- AsyncErrorDetails
@Mutable
@NotThreadSafe
public static interface AsyncErrorDetails.Builder
extends SdkPojo, CopyableBuilder<AsyncErrorDetails.Builder,AsyncErrorDetails> 
- 
Method SummaryModifier and TypeMethodDescriptionA string that uniquely identifies the error condition.A generic description of the error condition in English.The ID of the request associated with the error.The identifier of the resource associated with the error.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- 
codeA string that uniquely identifies the error condition. - Parameters:
- code- A string that uniquely identifies the error condition.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
messageA generic description of the error condition in English. - Parameters:
- message- A generic description of the error condition in English.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
resourceThe identifier of the resource associated with the error. - Parameters:
- resource- The identifier of the resource associated with the error.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
requestIdThe ID of the request associated with the error. - Parameters:
- requestId- The ID of the request associated with the error.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-