Class BedrockAgentClientSessionTokenImpl

java.lang.Object
org.apache.camel.component.aws2.bedrock.agent.client.impl.BedrockAgentClientSessionTokenImpl
All Implemented Interfaces:
BedrockAgentInternalClient

public class BedrockAgentClientSessionTokenImpl extends Object implements BedrockAgentInternalClient
Manage an AWS Bedrock Agent client for all users to use. This implementation is for local instances to use a static and solid credential set.
  • Constructor Details

    • BedrockAgentClientSessionTokenImpl

      public BedrockAgentClientSessionTokenImpl(BedrockAgentConfiguration configuration)
      Constructor that uses the config file.
  • Method Details

    • getBedrockAgentClient

      public software.amazon.awssdk.services.bedrockagent.BedrockAgentClient getBedrockAgentClient()
      Getting the Bedrock Agent AWS client that is used.
      Specified by:
      getBedrockAgentClient in interface BedrockAgentInternalClient
      Returns:
      BedrockAgentClient Client.