Uses of Interface
software.amazon.awssdk.services.bedrockruntime.BedrockRuntimeServiceClientConfiguration.Builder
Packages that use BedrockRuntimeServiceClientConfiguration.Builder
Package
Description
Describes the API operations for running inference using Amazon Bedrock models.
-
Uses of BedrockRuntimeServiceClientConfiguration.Builder in software.amazon.awssdk.services.bedrockruntime
Methods in software.amazon.awssdk.services.bedrockruntime that return BedrockRuntimeServiceClientConfiguration.BuilderModifier and TypeMethodDescriptionBedrockRuntimeServiceClientConfiguration.Builder.authSchemeProvider(BedrockRuntimeAuthSchemeProvider authSchemeProvider) Sets the value for auth scheme providerBedrockRuntimeServiceClientConfiguration.builder()BedrockRuntimeServiceClientConfiguration.Builder.credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider) Sets the value for credentials providerBedrockRuntimeServiceClientConfiguration.Builder.endpointOverride(URI endpointOverride) Sets the value for endpoint overrideBedrockRuntimeServiceClientConfiguration.Builder.endpointProvider(EndpointProvider endpointProvider) Sets the value for endpoint providerBedrockRuntimeServiceClientConfiguration.Builder.overrideConfiguration(ClientOverrideConfiguration overrideConfiguration) Sets the value for client override configurationBedrockRuntimeServiceClientConfiguration.Builder.putAuthScheme(AuthScheme<?> authScheme) Sets the value for AWS regionBedrockRuntimeServiceClientConfiguration.Builder.tokenProvider(IdentityProvider<? extends TokenIdentity> tokenProvider) Sets the value for token providerConstructors in software.amazon.awssdk.services.bedrockruntime with parameters of type BedrockRuntimeServiceClientConfiguration.BuilderModifierConstructorDescription -
Uses of BedrockRuntimeServiceClientConfiguration.Builder in software.amazon.awssdk.services.bedrockruntime.internal
Classes in software.amazon.awssdk.services.bedrockruntime.internal that implement BedrockRuntimeServiceClientConfiguration.BuilderMethods in software.amazon.awssdk.services.bedrockruntime.internal that return BedrockRuntimeServiceClientConfiguration.BuilderModifier and TypeMethodDescriptionBedrockRuntimeServiceClientConfigurationBuilder.authSchemeProvider(BedrockRuntimeAuthSchemeProvider authSchemeProvider) Sets the value for auth scheme providerBedrockRuntimeServiceClientConfigurationBuilder.credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider) Sets the value for credentials providerBedrockRuntimeServiceClientConfigurationBuilder.endpointOverride(URI endpointOverride) Sets the value for endpoint overrideBedrockRuntimeServiceClientConfigurationBuilder.endpointProvider(EndpointProvider endpointProvider) Sets the value for endpoint providerBedrockRuntimeServiceClientConfigurationBuilder.overrideConfiguration(ClientOverrideConfiguration overrideConfiguration) Sets the value for client override configurationBedrockRuntimeServiceClientConfigurationBuilder.putAuthScheme(AuthScheme<?> authScheme) Sets the value for AWS regionBedrockRuntimeServiceClientConfigurationBuilder.tokenProvider(IdentityProvider<? extends TokenIdentity> tokenProvider) Sets the value for token provider