Interface ErrorResponse.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ErrorResponse.Builder,
,ErrorResponse> SdkBuilder<ErrorResponse.Builder,
,ErrorResponse> SdkPojo
- Enclosing class:
ErrorResponse
@Mutable
@NotThreadSafe
public static interface ErrorResponse.Builder
extends SdkPojo, CopyableBuilder<ErrorResponse.Builder,ErrorResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Web Services account ID of the resource owner.additionalDetails
(Map<String, String> additionalDetails) Additional details about the error.The error code associated with the error.The error code associated with the error.The message associated with the error.resourceIdentifier
(String resourceIdentifier) The ID of the resource.resourceType
(String resourceType) The type of resource.resourceType
(ErrorResourceType resourceType) The type of resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
accountId
The Amazon Web Services account ID of the resource owner.
- Parameters:
accountId
- The Amazon Web Services account ID of the resource owner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalDetails
Additional details about the error.
- Parameters:
additionalDetails
- Additional details about the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
The error code associated with the error.
- Parameters:
code
- The error code associated with the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
The error code associated with the error.
- Parameters:
code
- The error code associated with the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
The message associated with the error.
- Parameters:
message
- The message associated with the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceIdentifier
The ID of the resource.
- Parameters:
resourceIdentifier
- The ID of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
The type of resource.
- Parameters:
resourceType
- The type of resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
The type of resource.
- Parameters:
resourceType
- The type of resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-