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 Details

    • BedrockRuntimeClientSessionTokenImpl

      public BedrockRuntimeClientSessionTokenImpl(BedrockConfiguration configuration)
      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:
      getBedrockRuntimeClient in interface BedrockRuntimeInternalClient
      Returns:
      BedrockRuntimeClient Client.