@Generated(value="software.amazon.awssdk:codegen") public enum AssetBundleExportJobDataSourcePropertyToOverride extends Enum<AssetBundleExportJobDataSourcePropertyToOverride>
| Enum Constant and Description |
|---|
CATALOG |
CLUSTER_ID |
DATA_SET_NAME |
DATABASE |
DISABLE_SSL |
DOMAIN |
HOST |
INSTANCE_ID |
MANIFEST_FILE_LOCATION |
NAME |
PASSWORD |
PORT |
ROLE_ARN |
SECRET_ARN |
UNKNOWN_TO_SDK_VERSION |
USERNAME |
WAREHOUSE |
WORK_GROUP |
| Modifier and Type | Method and Description |
|---|---|
static AssetBundleExportJobDataSourcePropertyToOverride |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<AssetBundleExportJobDataSourcePropertyToOverride> |
knownValues()
|
String |
toString() |
static AssetBundleExportJobDataSourcePropertyToOverride |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetBundleExportJobDataSourcePropertyToOverride[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssetBundleExportJobDataSourcePropertyToOverride NAME
public static final AssetBundleExportJobDataSourcePropertyToOverride DISABLE_SSL
public static final AssetBundleExportJobDataSourcePropertyToOverride SECRET_ARN
public static final AssetBundleExportJobDataSourcePropertyToOverride USERNAME
public static final AssetBundleExportJobDataSourcePropertyToOverride PASSWORD
public static final AssetBundleExportJobDataSourcePropertyToOverride DOMAIN
public static final AssetBundleExportJobDataSourcePropertyToOverride WORK_GROUP
public static final AssetBundleExportJobDataSourcePropertyToOverride HOST
public static final AssetBundleExportJobDataSourcePropertyToOverride PORT
public static final AssetBundleExportJobDataSourcePropertyToOverride DATABASE
public static final AssetBundleExportJobDataSourcePropertyToOverride DATA_SET_NAME
public static final AssetBundleExportJobDataSourcePropertyToOverride CATALOG
public static final AssetBundleExportJobDataSourcePropertyToOverride INSTANCE_ID
public static final AssetBundleExportJobDataSourcePropertyToOverride CLUSTER_ID
public static final AssetBundleExportJobDataSourcePropertyToOverride MANIFEST_FILE_LOCATION
public static final AssetBundleExportJobDataSourcePropertyToOverride WAREHOUSE
public static final AssetBundleExportJobDataSourcePropertyToOverride ROLE_ARN
public static final AssetBundleExportJobDataSourcePropertyToOverride UNKNOWN_TO_SDK_VERSION
public static AssetBundleExportJobDataSourcePropertyToOverride[] values()
for (AssetBundleExportJobDataSourcePropertyToOverride c : AssetBundleExportJobDataSourcePropertyToOverride.values()) System.out.println(c);
public static AssetBundleExportJobDataSourcePropertyToOverride 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 toString()
toString in class Enum<AssetBundleExportJobDataSourcePropertyToOverride>public static AssetBundleExportJobDataSourcePropertyToOverride fromValue(String value)
value - real valuepublic static Set<AssetBundleExportJobDataSourcePropertyToOverride> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known AssetBundleExportJobDataSourcePropertyToOverridesCopyright © 2023. All rights reserved.