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