Class BedrockEndpointBuilderFactory.BedrockHeaderNameBuilder

java.lang.Object
org.apache.camel.builder.endpoint.dsl.BedrockEndpointBuilderFactory.BedrockHeaderNameBuilder
Enclosing interface:
BedrockEndpointBuilderFactory

public static class BedrockEndpointBuilderFactory.BedrockHeaderNameBuilder extends Object
The builder of headers' name for the AWS Bedrock component.
  • Constructor Details

    • BedrockHeaderNameBuilder

      public BedrockHeaderNameBuilder()
  • Method Details

    • awsBedrockOperation

      public String awsBedrockOperation()
      The operation we want to perform. The option is a: String type. Group: producer
      Returns:
      the name of the header AwsBedrockOperation.
    • awsBedrockContentType

      public String awsBedrockContentType()
      The model content type. The option is a: String type. Group: producer
      Returns:
      the name of the header AwsBedrockContentType.
    • awsBedrockAcceptContentType

      public String awsBedrockAcceptContentType()
      The model accept content type. The option is a: String type. Group: producer
      Returns:
      the name of the header AwsBedrockAcceptContentType.