Interface CloudFormationException.Builder
-
- All Superinterfaces:
AwsServiceException.Builder,Buildable,SdkException.Builder,SdkPojo,SdkServiceException.Builder
- All Known Subinterfaces:
AlreadyExistsException.Builder,CfnRegistryException.Builder,ChangeSetNotFoundException.Builder,ConcurrentResourcesLimitExceededException.Builder,CreatedButModifiedException.Builder,GeneratedTemplateNotFoundException.Builder,InsufficientCapabilitiesException.Builder,InvalidChangeSetStatusException.Builder,InvalidOperationException.Builder,InvalidStateTransitionException.Builder,LimitExceededException.Builder,NameAlreadyExistsException.Builder,OperationIdAlreadyExistsException.Builder,OperationInProgressException.Builder,OperationNotFoundException.Builder,OperationStatusCheckFailedException.Builder,ResourceScanInProgressException.Builder,ResourceScanLimitExceededException.Builder,ResourceScanNotFoundException.Builder,StackInstanceNotFoundException.Builder,StackNotFoundException.Builder,StackSetNotEmptyException.Builder,StackSetNotFoundException.Builder,StaleRequestException.Builder,TokenAlreadyExistsException.Builder,TypeConfigurationNotFoundException.Builder,TypeNotFoundException.Builder
- All Known Implementing Classes:
CloudFormationException.BuilderImpl
- Enclosing class:
- CloudFormationException
public static interface CloudFormationException.Builder extends AwsServiceException.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudFormationException.BuilderawsErrorDetails(AwsErrorDetails awsErrorDetails)CloudFormationException.Buildercause(Throwable cause)CloudFormationException.Buildermessage(String message)CloudFormationException.BuilderrequestId(String requestId)CloudFormationException.BuilderstatusCode(int statusCode)CloudFormationException.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
CloudFormationException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
- Specified by:
awsErrorDetailsin interfaceAwsServiceException.Builder
-
message
CloudFormationException.Builder message(String message)
- Specified by:
messagein interfaceAwsServiceException.Builder- Specified by:
messagein interfaceSdkException.Builder- Specified by:
messagein interfaceSdkServiceException.Builder
-
requestId
CloudFormationException.Builder requestId(String requestId)
- Specified by:
requestIdin interfaceAwsServiceException.Builder- Specified by:
requestIdin interfaceSdkServiceException.Builder
-
statusCode
CloudFormationException.Builder statusCode(int statusCode)
- Specified by:
statusCodein interfaceAwsServiceException.Builder- Specified by:
statusCodein interfaceSdkServiceException.Builder
-
cause
CloudFormationException.Builder cause(Throwable cause)
- Specified by:
causein interfaceAwsServiceException.Builder- Specified by:
causein interfaceSdkException.Builder- Specified by:
causein interfaceSdkServiceException.Builder
-
writableStackTrace
CloudFormationException.Builder writableStackTrace(Boolean writableStackTrace)
- Specified by:
writableStackTracein interfaceSdkException.Builder- Specified by:
writableStackTracein interfaceSdkServiceException.Builder
-
-