Uses of Interface
software.amazon.awssdk.services.chatbot.model.ChatbotException.Builder
-
Packages that use ChatbotException.Builder Package Description software.amazon.awssdk.services.chatbot.model -
-
Uses of ChatbotException.Builder in software.amazon.awssdk.services.chatbot.model
Classes in software.amazon.awssdk.services.chatbot.model that implement ChatbotException.Builder Modifier and Type Class Description protected static classChatbotException.BuilderImplMethods in software.amazon.awssdk.services.chatbot.model that return ChatbotException.Builder Modifier and Type Method Description ChatbotException.BuilderChatbotException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static ChatbotException.BuilderChatbotException. builder()ChatbotException.BuilderChatbotException.Builder. cause(Throwable cause)ChatbotException.BuilderChatbotException.Builder. message(String message)ChatbotException.BuilderChatbotException.Builder. requestId(String requestId)ChatbotException.BuilderChatbotException.Builder. statusCode(int statusCode)ChatbotException.BuilderChatbotException. toBuilder()ChatbotException.BuilderChatbotException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.chatbot.model that return types with arguments of type ChatbotException.Builder Modifier and Type Method Description static Class<? extends ChatbotException.Builder>ChatbotException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.chatbot.model with parameters of type ChatbotException.Builder Constructor Description ChatbotException(ChatbotException.Builder builder)
-