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