Interface RuleError.Builder
- 
Method Summary
Modifier and TypeMethodDescriptionbuild()Creates a newSdkExceptionwith the specified properties.Methods inherited from interface software.amazon.awssdk.core.exception.SdkException.Builder
cause, cause, message, message, numAttempts, numAttempts, writableStackTrace, writableStackTrace 
- 
Method Details
- 
build
RuleError build()Description copied from interface:SdkException.BuilderCreates a newSdkExceptionwith the specified properties.- Specified by:
 buildin interfaceBuildable- Specified by:
 buildin interfaceSdkException.Builder- Returns:
 - The new 
SdkException. 
 
 -