Class EnvironmentTokenSystemSettings

java.lang.Object
software.amazon.awssdk.services.bedrock.internal.EnvironmentTokenSystemSettings
All Implemented Interfaces:
SystemSetting

@Generated("software.amazon.awssdk:codegen") public class EnvironmentTokenSystemSettings extends Object implements SystemSetting
  • Constructor Details

    • EnvironmentTokenSystemSettings

      public EnvironmentTokenSystemSettings()
  • Method Details

    • property

      public String property()
      Description copied from interface: SystemSetting
      The system property of the setting (or null if there is no property for this setting).
      Specified by:
      property in interface SystemSetting
    • environmentVariable

      public String environmentVariable()
      Description copied from interface: SystemSetting
      The environment variable of the setting (or null if there is no environment variable for this setting).
      Specified by:
      environmentVariable in interface SystemSetting
    • defaultValue

      public String defaultValue()
      Description copied from interface: SystemSetting
      The default value of the setting (or empty if there is no default). This value will be applied if the customer did not specify a setting.
      Specified by:
      defaultValue in interface SystemSetting