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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe default value of the setting (or empty if there is no default).The environment variable of the setting (or null if there is no environment variable for this setting).property()
The system property of the setting (or null if there is no property for this setting).Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.awssdk.utils.SystemSetting
getBooleanValue, getBooleanValueOrThrow, getIntegerValue, getIntegerValueOrThrow, getNonDefaultStringValue, getStringValue, getStringValueOrThrow
-
Constructor Details
-
EnvironmentTokenSystemSettings
public EnvironmentTokenSystemSettings()
-
-
Method Details
-
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 interfaceSystemSetting
-
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 interfaceSystemSetting
-
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 interfaceSystemSetting
-