Class BedrockProviderConfig.DescriptorImpl

All Implemented Interfaces:
Saveable, Loadable, OnMaster
Enclosing class:
BedrockProviderConfig

@Extension public static final class BedrockProviderConfig.DescriptorImpl extends AiProviderConfig.AiProviderConfigDescriptor
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<AiProviderConfig>
    • doFillCredentialsIdItems

      @POST public ListBoxModel doFillCredentialsIdItems(@QueryParameter String credentialsId)
    • doCheckRegion

      public FormValidation doCheckRegion(@QueryParameter String value)
    • doCheckEndpointUrl

      public FormValidation doCheckEndpointUrl(@QueryParameter String value)
      Optional - blank means "use normal AWS regional endpoint resolution", so blank is valid here.
    • doCheckRoleArn

      public FormValidation doCheckRoleArn(@QueryParameter String value)
      Optional - blank means "use the selected credential / default chain directly", so blank is valid here.