Uses of Interface
software.amazon.awssdk.services.lexmodelbuilding.model.LexModelBuildingException.Builder
-
Packages that use LexModelBuildingException.Builder Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of LexModelBuildingException.Builder in software.amazon.awssdk.services.lexmodelbuilding.model
Subinterfaces of LexModelBuildingException.Builder in software.amazon.awssdk.services.lexmodelbuilding.model Modifier and Type Interface Description static interfaceAccessDeniedException.Builderstatic interfaceBadRequestException.Builderstatic interfaceConflictException.Builderstatic interfaceInternalFailureException.Builderstatic interfaceLimitExceededException.Builderstatic interfaceNotFoundException.Builderstatic interfacePreconditionFailedException.Builderstatic interfaceResourceInUseException.BuilderClasses in software.amazon.awssdk.services.lexmodelbuilding.model that implement LexModelBuildingException.Builder Modifier and Type Class Description protected static classLexModelBuildingException.BuilderImplMethods in software.amazon.awssdk.services.lexmodelbuilding.model that return LexModelBuildingException.Builder Modifier and Type Method Description LexModelBuildingException.BuilderLexModelBuildingException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static LexModelBuildingException.BuilderLexModelBuildingException. builder()LexModelBuildingException.BuilderLexModelBuildingException.Builder. cause(Throwable cause)LexModelBuildingException.BuilderLexModelBuildingException.Builder. message(String message)LexModelBuildingException.BuilderLexModelBuildingException.Builder. requestId(String requestId)LexModelBuildingException.BuilderLexModelBuildingException.Builder. statusCode(int statusCode)LexModelBuildingException.BuilderLexModelBuildingException. toBuilder()LexModelBuildingException.BuilderLexModelBuildingException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type LexModelBuildingException.Builder Modifier and Type Method Description static Class<? extends LexModelBuildingException.Builder>LexModelBuildingException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type LexModelBuildingException.Builder Constructor Description LexModelBuildingException(LexModelBuildingException.Builder builder)
-