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