Class AwsBedrockPluginOptions

java.lang.Object
com.google.genkit.plugins.awsbedrock.AwsBedrockPluginOptions

public class AwsBedrockPluginOptions extends Object
Configuration options for the AWS Bedrock plugin.
  • Method Details

    • getRegion

      public software.amazon.awssdk.regions.Region getRegion()
      Gets the AWS region.
      Returns:
      the region
    • getCredentialsProvider

      public software.amazon.awssdk.auth.credentials.AwsCredentialsProvider getCredentialsProvider()
      Gets the AWS credentials provider.
      Returns:
      the credentials provider
    • builder

      public static AwsBedrockPluginOptions.Builder builder()
      Creates a new builder.
      Returns:
      the builder