Class BedrockRuntimeClientSessionTokenImpl
java.lang.Object
org.apache.camel.component.aws2.bedrock.runtime.client.impl.BedrockRuntimeClientSessionTokenImpl
- All Implemented Interfaces:
BedrockRuntimeInternalClient
public class BedrockRuntimeClientSessionTokenImpl
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
ConstructorsConstructorDescriptionBedrockRuntimeClientSessionTokenImpl(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
-
BedrockRuntimeClientSessionTokenImpl
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:
- BedrockRuntimeClient Client.
-