public enum ProfileFileSystemSetting extends Enum<ProfileFileSystemSetting> implements SystemSetting
Enum Constant and Description |
---|
AWS_CONFIG_FILE
Configure the default configuration file used in the ProfileFile.
|
AWS_PROFILE
Configure the default profile that should be loaded from the
AWS_CONFIG_FILE |
AWS_SHARED_CREDENTIALS_FILE
Configure the default credentials file used in the ProfileFile.
|
Modifier and Type | Method and Description |
---|---|
String |
defaultValue() |
String |
environmentVariable() |
String |
property() |
static ProfileFileSystemSetting |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfileFileSystemSetting[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getBooleanValue, getBooleanValueOrThrow, getStringValue, getStringValueOrThrow
public static final ProfileFileSystemSetting AWS_CONFIG_FILE
public static final ProfileFileSystemSetting AWS_SHARED_CREDENTIALS_FILE
public static final ProfileFileSystemSetting AWS_PROFILE
AWS_CONFIG_FILE
AWS_CONFIG_FILE
public static ProfileFileSystemSetting[] values()
for (ProfileFileSystemSetting c : ProfileFileSystemSetting.values()) System.out.println(c);
public static ProfileFileSystemSetting valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String property()
property
in interface SystemSetting
public String environmentVariable()
environmentVariable
in interface SystemSetting
public String defaultValue()
defaultValue
in interface SystemSetting
Copyright © 2019. All rights reserved.