Uses of Interface
software.amazon.awssdk.services.chatbot.ChatbotServiceClientConfiguration.Builder
-
Packages that use ChatbotServiceClientConfiguration.Builder Package Description software.amazon.awssdk.services.chatbot AWS Chatbot APIsoftware.amazon.awssdk.services.chatbot.internal -
-
Uses of ChatbotServiceClientConfiguration.Builder in software.amazon.awssdk.services.chatbot
Methods in software.amazon.awssdk.services.chatbot that return ChatbotServiceClientConfiguration.Builder Modifier and Type Method Description ChatbotServiceClientConfiguration.BuilderChatbotServiceClientConfiguration.Builder. authSchemeProvider(ChatbotAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerstatic ChatbotServiceClientConfiguration.BuilderChatbotServiceClientConfiguration. builder()ChatbotServiceClientConfiguration.BuilderChatbotServiceClientConfiguration.Builder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerChatbotServiceClientConfiguration.BuilderChatbotServiceClientConfiguration.Builder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideChatbotServiceClientConfiguration.BuilderChatbotServiceClientConfiguration.Builder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerChatbotServiceClientConfiguration.BuilderChatbotServiceClientConfiguration.Builder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationChatbotServiceClientConfiguration.BuilderChatbotServiceClientConfiguration.Builder. putAuthScheme(AuthScheme<?> authScheme)ChatbotServiceClientConfiguration.BuilderChatbotServiceClientConfiguration.Builder. region(Region region)Sets the value for AWS regionConstructors in software.amazon.awssdk.services.chatbot with parameters of type ChatbotServiceClientConfiguration.Builder Constructor Description ChatbotServiceClientConfiguration(ChatbotServiceClientConfiguration.Builder builder) -
Uses of ChatbotServiceClientConfiguration.Builder in software.amazon.awssdk.services.chatbot.internal
Classes in software.amazon.awssdk.services.chatbot.internal that implement ChatbotServiceClientConfiguration.Builder Modifier and Type Class Description classChatbotServiceClientConfigurationBuilderMethods in software.amazon.awssdk.services.chatbot.internal that return ChatbotServiceClientConfiguration.Builder Modifier and Type Method Description ChatbotServiceClientConfiguration.BuilderChatbotServiceClientConfigurationBuilder. authSchemeProvider(ChatbotAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerChatbotServiceClientConfiguration.BuilderChatbotServiceClientConfigurationBuilder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerChatbotServiceClientConfiguration.BuilderChatbotServiceClientConfigurationBuilder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideChatbotServiceClientConfiguration.BuilderChatbotServiceClientConfigurationBuilder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerChatbotServiceClientConfiguration.BuilderChatbotServiceClientConfigurationBuilder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationChatbotServiceClientConfiguration.BuilderChatbotServiceClientConfigurationBuilder. putAuthScheme(AuthScheme<?> authScheme)ChatbotServiceClientConfiguration.BuilderChatbotServiceClientConfigurationBuilder. region(Region region)Sets the value for AWS region
-