public static interface ErrorResponse.Builder extends SdkPojo, CopyableBuilder<ErrorResponse.Builder,ErrorResponse>
| Modifier and Type | Method and Description |
|---|---|
ErrorResponse.Builder |
accountId(String accountId)
The Amazon Web Services account ID of the resource owner.
|
ErrorResponse.Builder |
additionalDetails(Map<String,String> additionalDetails)
Additional details about the error.
|
ErrorResponse.Builder |
code(ErrorCode code)
The error code associated with the error.
|
ErrorResponse.Builder |
code(String code)
The error code associated with the error.
|
ErrorResponse.Builder |
message(String message)
The message associated with the error.
|
ErrorResponse.Builder |
resourceIdentifier(String resourceIdentifier)
The ID of the resource.
|
ErrorResponse.Builder |
resourceType(ErrorResourceType resourceType)
The type of resource.
|
ErrorResponse.Builder |
resourceType(String resourceType)
The type of resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildErrorResponse.Builder accountId(String accountId)
The Amazon Web Services account ID of the resource owner.
accountId - The Amazon Web Services account ID of the resource owner.ErrorResponse.Builder additionalDetails(Map<String,String> additionalDetails)
Additional details about the error.
additionalDetails - Additional details about the error.ErrorResponse.Builder code(String code)
The error code associated with the error.
ErrorResponse.Builder code(ErrorCode code)
The error code associated with the error.
ErrorResponse.Builder message(String message)
The message associated with the error.
message - The message associated with the error.ErrorResponse.Builder resourceIdentifier(String resourceIdentifier)
The ID of the resource.
resourceIdentifier - The ID of the resource.ErrorResponse.Builder resourceType(String resourceType)
The type of resource.
resourceType - The type of resource.ErrorResourceType,
ErrorResourceTypeErrorResponse.Builder resourceType(ErrorResourceType resourceType)
The type of resource.
resourceType - The type of resource.ErrorResourceType,
ErrorResourceTypeCopyright © 2023. All rights reserved.