Interface EcrException.Builder
-
- All Superinterfaces:
AwsServiceException.Builder,Buildable,SdkException.Builder,SdkPojo,SdkServiceException.Builder
- All Known Subinterfaces:
EmptyUploadException.Builder,ImageAlreadyExistsException.Builder,ImageDigestDoesNotMatchException.Builder,ImageNotFoundException.Builder,ImageTagAlreadyExistsException.Builder,InvalidLayerException.Builder,InvalidLayerPartException.Builder,InvalidParameterException.Builder,InvalidTagParameterException.Builder,KmsException.Builder,LayerAlreadyExistsException.Builder,LayerInaccessibleException.Builder,LayerPartTooSmallException.Builder,LayersNotFoundException.Builder,LifecyclePolicyNotFoundException.Builder,LifecyclePolicyPreviewInProgressException.Builder,LifecyclePolicyPreviewNotFoundException.Builder,LimitExceededException.Builder,PullThroughCacheRuleAlreadyExistsException.Builder,PullThroughCacheRuleNotFoundException.Builder,ReferencedImagesNotFoundException.Builder,RegistryPolicyNotFoundException.Builder,RepositoryAlreadyExistsException.Builder,RepositoryNotEmptyException.Builder,RepositoryNotFoundException.Builder,RepositoryPolicyNotFoundException.Builder,ScanNotFoundException.Builder,SecretNotFoundException.Builder,ServerException.Builder,TemplateAlreadyExistsException.Builder,TemplateNotFoundException.Builder,TooManyTagsException.Builder,UnableToAccessSecretException.Builder,UnableToDecryptSecretValueException.Builder,UnableToGetUpstreamImageException.Builder,UnableToGetUpstreamLayerException.Builder,UnsupportedImageTypeException.Builder,UnsupportedUpstreamRegistryException.Builder,UploadNotFoundException.Builder,ValidationException.Builder
- All Known Implementing Classes:
EcrException.BuilderImpl
- Enclosing class:
- EcrException
public static interface EcrException.Builder extends AwsServiceException.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EcrException.BuilderawsErrorDetails(AwsErrorDetails awsErrorDetails)EcrException.Buildercause(Throwable cause)EcrException.Buildermessage(String message)EcrException.BuilderrequestId(String requestId)EcrException.BuilderstatusCode(int statusCode)EcrException.BuilderwritableStackTrace(Boolean writableStackTrace)-
Methods inherited from interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
awsErrorDetails, build, clockSkew, clockSkew, extendedRequestId
-
Methods inherited from interface software.amazon.awssdk.core.exception.SdkException.Builder
cause, message, writableStackTrace
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
extendedRequestId, requestId, statusCode
-
-
-
-
Method Detail
-
awsErrorDetails
EcrException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
- Specified by:
awsErrorDetailsin interfaceAwsServiceException.Builder
-
message
EcrException.Builder message(String message)
- Specified by:
messagein interfaceAwsServiceException.Builder- Specified by:
messagein interfaceSdkException.Builder- Specified by:
messagein interfaceSdkServiceException.Builder
-
requestId
EcrException.Builder requestId(String requestId)
- Specified by:
requestIdin interfaceAwsServiceException.Builder- Specified by:
requestIdin interfaceSdkServiceException.Builder
-
statusCode
EcrException.Builder statusCode(int statusCode)
- Specified by:
statusCodein interfaceAwsServiceException.Builder- Specified by:
statusCodein interfaceSdkServiceException.Builder
-
cause
EcrException.Builder cause(Throwable cause)
- Specified by:
causein interfaceAwsServiceException.Builder- Specified by:
causein interfaceSdkException.Builder- Specified by:
causein interfaceSdkServiceException.Builder
-
writableStackTrace
EcrException.Builder writableStackTrace(Boolean writableStackTrace)
- Specified by:
writableStackTracein interfaceSdkException.Builder- Specified by:
writableStackTracein interfaceSdkServiceException.Builder
-
-