public static interface ResourceNotFoundException.Builder extends SdkPojo, CopyableBuilder<ResourceNotFoundException.Builder,ResourceNotFoundException>, AppConfigDataException.Builder
| Modifier and Type | Method and Description |
|---|---|
ResourceNotFoundException.Builder |
awsErrorDetails(AwsErrorDetails awsErrorDetails) |
ResourceNotFoundException.Builder |
cause(Throwable cause) |
ResourceNotFoundException.Builder |
message(String message) |
ResourceNotFoundException.Builder |
referencedBy(Map<String,String> referencedBy)
A map indicating which parameters in the request reference the resource that was not found.
|
ResourceNotFoundException.Builder |
requestId(String requestId) |
ResourceNotFoundException.Builder |
resourceType(ResourceType resourceType)
The type of resource that was not found.
|
ResourceNotFoundException.Builder |
resourceType(String resourceType)
The type of resource that was not found.
|
ResourceNotFoundException.Builder |
statusCode(int statusCode) |
ResourceNotFoundException.Builder |
writableStackTrace(Boolean writableStackTrace) |
copyapplyMutation, buildawsErrorDetails, build, clockSkew, clockSkew, extendedRequestIdextendedRequestId, requestId, statusCodecause, message, writableStackTraceequalsBySdkFields, sdkFieldsResourceNotFoundException.Builder resourceType(String resourceType)
The type of resource that was not found.
resourceType - The type of resource that was not found.ResourceType,
ResourceTypeResourceNotFoundException.Builder resourceType(ResourceType resourceType)
The type of resource that was not found.
resourceType - The type of resource that was not found.ResourceType,
ResourceTypeResourceNotFoundException.Builder referencedBy(Map<String,String> referencedBy)
A map indicating which parameters in the request reference the resource that was not found.
referencedBy - A map indicating which parameters in the request reference the resource that was not found.ResourceNotFoundException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
awsErrorDetails in interface AppConfigDataException.BuilderawsErrorDetails in interface AwsServiceException.BuilderResourceNotFoundException.Builder message(String message)
message in interface AppConfigDataException.Buildermessage in interface AwsServiceException.Buildermessage in interface SdkException.Buildermessage in interface SdkServiceException.BuilderResourceNotFoundException.Builder requestId(String requestId)
requestId in interface AppConfigDataException.BuilderrequestId in interface AwsServiceException.BuilderrequestId in interface SdkServiceException.BuilderResourceNotFoundException.Builder statusCode(int statusCode)
statusCode in interface AppConfigDataException.BuilderstatusCode in interface AwsServiceException.BuilderstatusCode in interface SdkServiceException.BuilderResourceNotFoundException.Builder cause(Throwable cause)
cause in interface AppConfigDataException.Buildercause in interface AwsServiceException.Buildercause in interface SdkException.Buildercause in interface SdkServiceException.BuilderResourceNotFoundException.Builder writableStackTrace(Boolean writableStackTrace)
writableStackTrace in interface AppConfigDataException.BuilderwritableStackTrace in interface SdkException.BuilderwritableStackTrace in interface SdkServiceException.BuilderCopyright © 2022. All rights reserved.