@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum SimpleCriterionKeyForJob extends Enum<SimpleCriterionKeyForJob>
The property to use in a condition that determines whether an S3 bucket is included or excluded from a classification job. Valid values are:
Enum Constant and Description |
---|
ACCOUNT_ID |
S3_BUCKET_EFFECTIVE_PERMISSION |
S3_BUCKET_NAME |
S3_BUCKET_SHARED_ACCESS |
Modifier and Type | Method and Description |
---|---|
static SimpleCriterionKeyForJob |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static SimpleCriterionKeyForJob |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleCriterionKeyForJob[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimpleCriterionKeyForJob ACCOUNT_ID
public static final SimpleCriterionKeyForJob S3_BUCKET_NAME
public static final SimpleCriterionKeyForJob S3_BUCKET_EFFECTIVE_PERMISSION
public static final SimpleCriterionKeyForJob S3_BUCKET_SHARED_ACCESS
public static SimpleCriterionKeyForJob[] values()
for (SimpleCriterionKeyForJob c : SimpleCriterionKeyForJob.values()) System.out.println(c);
public static SimpleCriterionKeyForJob 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<SimpleCriterionKeyForJob>
public static SimpleCriterionKeyForJob fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.