Interface ResourceNotFoundException.Builder
- All Superinterfaces:
AppConfigDataException.Builder,AwsServiceException.Builder,Buildable,CopyableBuilder<ResourceNotFoundException.Builder,,ResourceNotFoundException> SdkBuilder<ResourceNotFoundException.Builder,,ResourceNotFoundException> SdkException.Builder,SdkPojo,SdkServiceException.Builder
- Enclosing class:
- ResourceNotFoundException
@Mutable
@NotThreadSafe
public static interface ResourceNotFoundException.Builder
extends SdkPojo, CopyableBuilder<ResourceNotFoundException.Builder,ResourceNotFoundException>, AppConfigDataException.Builder
-
Method Summary
Modifier and TypeMethodDescriptionawsErrorDetails(AwsErrorDetails awsErrorDetails) numAttempts(Integer numAttempts) referencedBy(Map<String, String> referencedBy) A map indicating which parameters in the request reference the resource that was not found.resourceType(String resourceType) The type of resource that was not found.resourceType(ResourceType resourceType) The type of resource that was not found.statusCode(int statusCode) writableStackTrace(Boolean writableStackTrace) Methods inherited from interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
awsErrorDetails, build, clockSkew, clockSkew, extendedRequestIdMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.exception.SdkException.Builder
cause, message, numAttempts, writableStackTraceMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
extendedRequestId, requestId, statusCode
-
Method Details
-
resourceType
The type of resource that was not found.
- Parameters:
resourceType- The type of resource that was not found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
The type of resource that was not found.
- Parameters:
resourceType- The type of resource that was not found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
referencedBy
A map indicating which parameters in the request reference the resource that was not found.
- Parameters:
referencedBy- A map indicating which parameters in the request reference the resource that was not found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsErrorDetails
- Specified by:
awsErrorDetailsin interfaceAppConfigDataException.Builder- Specified by:
awsErrorDetailsin interfaceAwsServiceException.Builder
-
message
- Specified by:
messagein interfaceAppConfigDataException.Builder- Specified by:
messagein interfaceAwsServiceException.Builder- Specified by:
messagein interfaceSdkException.Builder- Specified by:
messagein interfaceSdkServiceException.Builder
-
requestId
- Specified by:
requestIdin interfaceAppConfigDataException.Builder- Specified by:
requestIdin interfaceAwsServiceException.Builder- Specified by:
requestIdin interfaceSdkServiceException.Builder
-
statusCode
- Specified by:
statusCodein interfaceAppConfigDataException.Builder- Specified by:
statusCodein interfaceAwsServiceException.Builder- Specified by:
statusCodein interfaceSdkServiceException.Builder
-
cause
- Specified by:
causein interfaceAppConfigDataException.Builder- Specified by:
causein interfaceAwsServiceException.Builder- Specified by:
causein interfaceSdkException.Builder- Specified by:
causein interfaceSdkServiceException.Builder
-
writableStackTrace
- Specified by:
writableStackTracein interfaceAppConfigDataException.Builder- Specified by:
writableStackTracein interfaceSdkException.Builder- Specified by:
writableStackTracein interfaceSdkServiceException.Builder
-
numAttempts
- Specified by:
numAttemptsin interfaceAppConfigDataException.Builder- Specified by:
numAttemptsin interfaceAwsServiceException.Builder- Specified by:
numAttemptsin interfaceSdkException.Builder- Specified by:
numAttemptsin interfaceSdkServiceException.Builder
-