Uses of Interface
software.amazon.awssdk.services.securitylake.model.SecurityLakeException.Builder
-
Packages that use SecurityLakeException.Builder Package Description software.amazon.awssdk.services.securitylake.model -
-
Uses of SecurityLakeException.Builder in software.amazon.awssdk.services.securitylake.model
Subinterfaces of SecurityLakeException.Builder in software.amazon.awssdk.services.securitylake.model Modifier and Type Interface Description static interfaceAccessDeniedException.Builderstatic interfaceBadRequestException.Builderstatic interfaceConflictException.Builderstatic interfaceInternalServerException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceThrottlingException.BuilderClasses in software.amazon.awssdk.services.securitylake.model that implement SecurityLakeException.Builder Modifier and Type Class Description protected static classSecurityLakeException.BuilderImplMethods in software.amazon.awssdk.services.securitylake.model that return SecurityLakeException.Builder Modifier and Type Method Description SecurityLakeException.BuilderSecurityLakeException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static SecurityLakeException.BuilderSecurityLakeException. builder()SecurityLakeException.BuilderSecurityLakeException.Builder. cause(Throwable cause)SecurityLakeException.BuilderSecurityLakeException.Builder. message(String message)SecurityLakeException.BuilderSecurityLakeException.Builder. requestId(String requestId)SecurityLakeException.BuilderSecurityLakeException.Builder. statusCode(int statusCode)SecurityLakeException.BuilderSecurityLakeException. toBuilder()SecurityLakeException.BuilderSecurityLakeException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.securitylake.model that return types with arguments of type SecurityLakeException.Builder Modifier and Type Method Description static Class<? extends SecurityLakeException.Builder>SecurityLakeException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.securitylake.model with parameters of type SecurityLakeException.Builder Constructor Description SecurityLakeException(SecurityLakeException.Builder builder)
-