Class BedrockRuntimeClientStandardImpl
java.lang.Object
org.apache.camel.component.aws2.bedrock.runtime.client.impl.BedrockRuntimeClientStandardImpl
- All Implemented Interfaces:
BedrockRuntimeInternalClient
public class BedrockRuntimeClientStandardImpl
extends Object
implements BedrockRuntimeInternalClient
Manage an AWS Bedrock Runtime client for all users to use. This implementation is for local instances to use a static
and solid credential set.
-
Constructor Summary
ConstructorsConstructorDescriptionBedrockRuntimeClientStandardImpl(BedrockConfiguration configuration) Constructor that uses the config file. -
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awssdk.services.bedrockruntime.BedrockRuntimeClientGetting the Bedrock Runtime AWS client that is used.
-
Constructor Details
-
BedrockRuntimeClientStandardImpl
Constructor that uses the config file.
-
-
Method Details
-
getBedrockRuntimeClient
public software.amazon.awssdk.services.bedrockruntime.BedrockRuntimeClient getBedrockRuntimeClient()Getting the Bedrock Runtime AWS client that is used.- Specified by:
getBedrockRuntimeClientin interfaceBedrockRuntimeInternalClient- Returns:
- BedrockRuntime Client.
-