public static interface ResourceNotFoundException.Builder extends SdkPojo, CopyableBuilder<ResourceNotFoundException.Builder,ResourceNotFoundException>, DlmException.Builder
Modifier and Type | Method and Description |
---|---|
ResourceNotFoundException.Builder |
awsErrorDetails(AwsErrorDetails awsErrorDetails)
Specifies the additional awsErrorDetails from the service response.
|
ResourceNotFoundException.Builder |
cause(Throwable cause)
Specifies the exception that caused this exception to occur.
|
ResourceNotFoundException.Builder |
code(String code)
Sets the value of the Code property for this object.
|
ResourceNotFoundException.Builder |
message(String message)
Specifies the details of this exception.
|
ResourceNotFoundException.Builder |
requestId(String requestId)
Specifies the requestId returned by the called service.
|
ResourceNotFoundException.Builder |
resourceIds(Collection<String> resourceIds)
Value is a list of resource IDs that were not found.
|
ResourceNotFoundException.Builder |
resourceIds(String... resourceIds)
Value is a list of resource IDs that were not found.
|
ResourceNotFoundException.Builder |
resourceType(String resourceType)
Value is the type of resource that was not found.
|
ResourceNotFoundException.Builder |
statusCode(int statusCode)
Specifies the status code returned by the service.
|
copy
applyMutation, build
awsErrorDetails, build
requestId, statusCode
cause, message
ResourceNotFoundException.Builder code(String code)
code
- The new value for the Code property for this object.ResourceNotFoundException.Builder resourceType(String resourceType)
Value is the type of resource that was not found.
resourceType
- Value is the type of resource that was not found.ResourceNotFoundException.Builder resourceIds(Collection<String> resourceIds)
Value is a list of resource IDs that were not found.
resourceIds
- Value is a list of resource IDs that were not found.ResourceNotFoundException.Builder resourceIds(String... resourceIds)
Value is a list of resource IDs that were not found.
resourceIds
- Value is a list of resource IDs that were not found.ResourceNotFoundException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
AwsServiceException.Builder
awsErrorDetails
in interface AwsServiceException.Builder
awsErrorDetails
in interface DlmException.Builder
awsErrorDetails
- Object containing additional details from the response.ResourceNotFoundException.Builder message(String message)
SdkException.Builder
message
in interface AwsServiceException.Builder
message
in interface DlmException.Builder
message
in interface SdkException.Builder
message
in interface SdkServiceException.Builder
message
- The details of this exception.ResourceNotFoundException.Builder requestId(String requestId)
SdkServiceException.Builder
requestId
in interface AwsServiceException.Builder
requestId
in interface DlmException.Builder
requestId
in interface SdkServiceException.Builder
requestId
- A string that identifies the request made to a service.ResourceNotFoundException.Builder statusCode(int statusCode)
SdkServiceException.Builder
statusCode
in interface AwsServiceException.Builder
statusCode
in interface DlmException.Builder
statusCode
in interface SdkServiceException.Builder
statusCode
- an int containing the status code returned by the service.ResourceNotFoundException.Builder cause(Throwable cause)
SdkException.Builder
cause
in interface AwsServiceException.Builder
cause
in interface DlmException.Builder
cause
in interface SdkException.Builder
cause
in interface SdkServiceException.Builder
cause
- The exception that caused this exception to occur.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.