Class EnvironmentTokenSystemSettings
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockruntime.internal.EnvironmentTokenSystemSettings
-
- All Implemented Interfaces:
SystemSetting
@Generated("software.amazon.awssdk:codegen") public class EnvironmentTokenSystemSettings extends Object implements SystemSetting
-
-
Constructor Summary
Constructors Constructor Description EnvironmentTokenSystemSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdefaultValue()StringenvironmentVariable()Stringproperty()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.SystemSetting
getBooleanValue, getBooleanValueOrThrow, getIntegerValue, getIntegerValueOrThrow, getNonDefaultStringValue, getStringValue, getStringValueOrThrow
-
-
-
-
Method Detail
-
property
public String property()
- Specified by:
propertyin interfaceSystemSetting
-
environmentVariable
public String environmentVariable()
- Specified by:
environmentVariablein interfaceSystemSetting
-
defaultValue
public String defaultValue()
- Specified by:
defaultValuein interfaceSystemSetting
-
-