@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum AssetBundleExportJobDataSourcePropertyToOverride extends Enum<AssetBundleExportJobDataSourcePropertyToOverride>
Enum Constant and Description |
---|
Catalog |
ClusterId |
Database |
DataSetName |
DisableSsl |
Domain |
Host |
InstanceId |
ManifestFileLocation |
Name |
Password |
Port |
ProductType |
RoleArn |
SecretArn |
Username |
Warehouse |
WorkGroup |
Modifier and Type | Method and Description |
---|---|
static AssetBundleExportJobDataSourcePropertyToOverride |
fromValue(String value)
Use this in place of valueOf.
|
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 DisableSsl
public static final AssetBundleExportJobDataSourcePropertyToOverride SecretArn
public static final AssetBundleExportJobDataSourcePropertyToOverride Username
public static final AssetBundleExportJobDataSourcePropertyToOverride Password
public static final AssetBundleExportJobDataSourcePropertyToOverride Domain
public static final AssetBundleExportJobDataSourcePropertyToOverride WorkGroup
public static final AssetBundleExportJobDataSourcePropertyToOverride Host
public static final AssetBundleExportJobDataSourcePropertyToOverride Port
public static final AssetBundleExportJobDataSourcePropertyToOverride Database
public static final AssetBundleExportJobDataSourcePropertyToOverride DataSetName
public static final AssetBundleExportJobDataSourcePropertyToOverride Catalog
public static final AssetBundleExportJobDataSourcePropertyToOverride InstanceId
public static final AssetBundleExportJobDataSourcePropertyToOverride ClusterId
public static final AssetBundleExportJobDataSourcePropertyToOverride ManifestFileLocation
public static final AssetBundleExportJobDataSourcePropertyToOverride Warehouse
public static final AssetBundleExportJobDataSourcePropertyToOverride RoleArn
public static final AssetBundleExportJobDataSourcePropertyToOverride ProductType
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 valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.