Interface RuleError.Builder
- All Superinterfaces:
 Buildable,SdkException.Builder
- Enclosing class:
 RuleError
- 
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, 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. 
 
 -