public static interface ResourceNotFoundException.Builder extends SdkPojo, CopyableBuilder<ResourceNotFoundException.Builder,ResourceNotFoundException>, DlmException.Builder
| Modifier and Type | Method and Description |
|---|---|
ResourceNotFoundException.Builder |
awsErrorDetails(AwsErrorDetails awsErrorDetails) |
ResourceNotFoundException.Builder |
cause(Throwable cause) |
ResourceNotFoundException.Builder |
code(String code)
Sets the value of the Code property for this object.
|
ResourceNotFoundException.Builder |
message(String message) |
ResourceNotFoundException.Builder |
requestId(String requestId) |
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) |
copyapplyMutation, buildawsErrorDetails, build, clockSkew, clockSkewrequestId, statusCodecause, messageequalsBySdkFields, sdkFieldsResourceNotFoundException.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)
awsErrorDetails in interface AwsServiceException.BuilderawsErrorDetails in interface DlmException.BuilderResourceNotFoundException.Builder message(String message)
message in interface AwsServiceException.Buildermessage in interface DlmException.Buildermessage in interface SdkException.Buildermessage in interface SdkServiceException.BuilderResourceNotFoundException.Builder requestId(String requestId)
requestId in interface AwsServiceException.BuilderrequestId in interface DlmException.BuilderrequestId in interface SdkServiceException.BuilderResourceNotFoundException.Builder statusCode(int statusCode)
statusCode in interface AwsServiceException.BuilderstatusCode in interface DlmException.BuilderstatusCode in interface SdkServiceException.BuilderResourceNotFoundException.Builder cause(Throwable cause)
cause in interface AwsServiceException.Buildercause in interface DlmException.Buildercause in interface SdkException.Buildercause in interface SdkServiceException.BuilderCopyright © 2019. All rights reserved.