Interface BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointProducerBuilder

All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder, org.apache.camel.EndpointProducerResolver
All Known Subinterfaces:
BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointBuilder
Enclosing interface:
BedrockAgentEndpointBuilderFactory

public static interface BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointProducerBuilder extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint producers for the AWS Bedrock Agent component.
  • Method Details

    • advanced

    • dataSourceId

      Define the Data source Id we are going to use. The option is a: <code>java.lang.String</code> type. Group: common
      Parameters:
      dataSourceId - the value to set
      Returns:
      the dsl builder
    • knowledgeBaseId

      Define the Knowledge Base Id we are going to use. The option is a: <code>java.lang.String</code> type. Group: common
      Parameters:
      knowledgeBaseId - the value to set
      Returns:
      the dsl builder
    • modelId

      Define the model Id we are going to use. The option is a: <code>java.lang.String</code> type. Required: true Group: common
      Parameters:
      modelId - the value to set
      Returns:
      the dsl builder
    • operation

      default BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointProducerBuilder operation(org.apache.camel.component.aws2.bedrock.agent.BedrockAgentOperations operation)
      The operation to perform. The option is a: <code>org.apache.camel.component.aws2.bedrock.agent.BedrockAgentOperations</code> type. Required: true Group: common
      Parameters:
      operation - the value to set
      Returns:
      the dsl builder
    • operation

      The operation to perform. The option will be converted to a <code>org.apache.camel.component.aws2.bedrock.agent.BedrockAgentOperations</code> type. Required: true Group: common
      Parameters:
      operation - the value to set
      Returns:
      the dsl builder
    • overrideEndpoint

      default BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointProducerBuilder overrideEndpoint(boolean overrideEndpoint)
      Set the need for overriding the endpoint. This option needs to be used in combination with the uriEndpointOverride option. The option is a: <code>boolean</code> type. Default: false Group: common
      Parameters:
      overrideEndpoint - the value to set
      Returns:
      the dsl builder
    • overrideEndpoint

      Set the need for overriding the endpoint. This option needs to be used in combination with the uriEndpointOverride option. The option will be converted to a <code>boolean</code> type. Default: false Group: common
      Parameters:
      overrideEndpoint - the value to set
      Returns:
      the dsl builder
    • pojoRequest

      If we want to use a POJO request as body or not. The option is a: <code>boolean</code> type. Default: false Group: common
      Parameters:
      pojoRequest - the value to set
      Returns:
      the dsl builder
    • pojoRequest

      If we want to use a POJO request as body or not. The option will be converted to a <code>boolean</code> type. Default: false Group: common
      Parameters:
      pojoRequest - the value to set
      Returns:
      the dsl builder
    • profileCredentialsName

      default BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointProducerBuilder profileCredentialsName(String profileCredentialsName)
      If using a profile credentials provider, this parameter will set the profile name. The option is a: <code>java.lang.String</code> type. Default: false Group: common
      Parameters:
      profileCredentialsName - the value to set
      Returns:
      the dsl builder
    • region

      The region in which Bedrock Agent client needs to work. When using this parameter, the configuration will expect the lowercase name of the region (for example, ap-east-1) You'll need to use the name Region.EU_WEST_1.id(). The option is a: <code>java.lang.String</code> type. Group: common
      Parameters:
      region - the value to set
      Returns:
      the dsl builder
    • uriEndpointOverride

      default BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointProducerBuilder uriEndpointOverride(String uriEndpointOverride)
      Set the overriding uri endpoint. This option needs to be used in combination with overrideEndpoint option. The option is a: <code>java.lang.String</code> type. Group: common
      Parameters:
      uriEndpointOverride - the value to set
      Returns:
      the dsl builder
    • useDefaultCredentialsProvider

      default BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointProducerBuilder useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider)
      Set whether the Bedrock Agent client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in. The option is a: <code>boolean</code> type. Default: false Group: common
      Parameters:
      useDefaultCredentialsProvider - the value to set
      Returns:
      the dsl builder
    • useDefaultCredentialsProvider

      default BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointProducerBuilder useDefaultCredentialsProvider(String useDefaultCredentialsProvider)
      Set whether the Bedrock Agent client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in. The option will be converted to a <code>boolean</code> type. Default: false Group: common
      Parameters:
      useDefaultCredentialsProvider - the value to set
      Returns:
      the dsl builder
    • useProfileCredentialsProvider

      default BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointProducerBuilder useProfileCredentialsProvider(boolean useProfileCredentialsProvider)
      Set whether the Bedrock Agent client should expect to load credentials through a profile credentials provider. The option is a: <code>boolean</code> type. Default: false Group: common
      Parameters:
      useProfileCredentialsProvider - the value to set
      Returns:
      the dsl builder
    • useProfileCredentialsProvider

      default BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointProducerBuilder useProfileCredentialsProvider(String useProfileCredentialsProvider)
      Set whether the Bedrock Agent client should expect to load credentials through a profile credentials provider. The option will be converted to a <code>boolean</code> type. Default: false Group: common
      Parameters:
      useProfileCredentialsProvider - the value to set
      Returns:
      the dsl builder
    • proxyHost

      To define a proxy host when instantiating the Bedrock Agent client. The option is a: <code>java.lang.String</code> type. Group: proxy
      Parameters:
      proxyHost - the value to set
      Returns:
      the dsl builder
    • proxyPort

      To define a proxy port when instantiating the Bedrock Agent client. The option is a: <code>java.lang.Integer</code> type. Group: proxy
      Parameters:
      proxyPort - the value to set
      Returns:
      the dsl builder
    • proxyPort

      To define a proxy port when instantiating the Bedrock Agent client. The option will be converted to a <code>java.lang.Integer</code> type. Group: proxy
      Parameters:
      proxyPort - the value to set
      Returns:
      the dsl builder
    • proxyProtocol

      default BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointProducerBuilder proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
      To define a proxy protocol when instantiating the Bedrock Agent client. The option is a: <code>software.amazon.awssdk.core.Protocol</code> type. Default: HTTPS Group: proxy
      Parameters:
      proxyProtocol - the value to set
      Returns:
      the dsl builder
    • proxyProtocol

      To define a proxy protocol when instantiating the Bedrock Agent client. The option will be converted to a <code>software.amazon.awssdk.core.Protocol</code> type. Default: HTTPS Group: proxy
      Parameters:
      proxyProtocol - the value to set
      Returns:
      the dsl builder
    • accessKey

      Amazon AWS Access Key. The option is a: <code>java.lang.String</code> type. Group: security
      Parameters:
      accessKey - the value to set
      Returns:
      the dsl builder
    • secretKey

      Amazon AWS Secret Key. The option is a: <code>java.lang.String</code> type. Group: security
      Parameters:
      secretKey - the value to set
      Returns:
      the dsl builder
    • sessionToken

      Amazon AWS Session Token used when the user needs to assume an IAM role. The option is a: <code>java.lang.String</code> type. Group: security
      Parameters:
      sessionToken - the value to set
      Returns:
      the dsl builder
    • trustAllCertificates

      default BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointProducerBuilder trustAllCertificates(boolean trustAllCertificates)
      If we want to trust all certificates in case of overriding the endpoint. The option is a: <code>boolean</code> type. Default: false Group: security
      Parameters:
      trustAllCertificates - the value to set
      Returns:
      the dsl builder
    • trustAllCertificates

      default BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointProducerBuilder trustAllCertificates(String trustAllCertificates)
      If we want to trust all certificates in case of overriding the endpoint. The option will be converted to a <code>boolean</code> type. Default: false Group: security
      Parameters:
      trustAllCertificates - the value to set
      Returns:
      the dsl builder
    • useSessionCredentials

      default BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointProducerBuilder useSessionCredentials(boolean useSessionCredentials)
      Set whether the Bedrock Agent client should expect to use Session Credentials. This is useful in a situation in which the user needs to assume an IAM role for doing operations in Bedrock. The option is a: <code>boolean</code> type. Default: false Group: security
      Parameters:
      useSessionCredentials - the value to set
      Returns:
      the dsl builder
    • useSessionCredentials

      default BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointProducerBuilder useSessionCredentials(String useSessionCredentials)
      Set whether the Bedrock Agent client should expect to use Session Credentials. This is useful in a situation in which the user needs to assume an IAM role for doing operations in Bedrock. The option will be converted to a <code>boolean</code> type. Default: false Group: security
      Parameters:
      useSessionCredentials - the value to set
      Returns:
      the dsl builder