@Generated(value="software.amazon.awssdk:codegen") public enum DataSourceFilterVariable extends Enum<DataSourceFilterVariable>
A list of the variables to use in searching or filtering DataSource.
CreatedAt - Sets the search criteria to DataSource creation date.Status - Sets the search criteria to DataSource status.Name - Sets the search criteria to the contents of DataSource
Name.DataUri - Sets the search criteria to the URI of data files used to create the
DataSource. The URI can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or
directory.IAMUser - Sets the search criteria to the user account that invoked the DataSource
creation.
The variable names should match the variable names in the DataSource.
| Enum Constant and Description |
|---|
CREATED_AT |
DATA_LOCATIONS3 |
IAM_USER |
LAST_UPDATED_AT |
NAME |
STATUS |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static DataSourceFilterVariable |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<DataSourceFilterVariable> |
knownValues()
|
String |
toString() |
static DataSourceFilterVariable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSourceFilterVariable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataSourceFilterVariable CREATED_AT
public static final DataSourceFilterVariable LAST_UPDATED_AT
public static final DataSourceFilterVariable STATUS
public static final DataSourceFilterVariable NAME
public static final DataSourceFilterVariable DATA_LOCATIONS3
public static final DataSourceFilterVariable IAM_USER
public static final DataSourceFilterVariable UNKNOWN_TO_SDK_VERSION
public static DataSourceFilterVariable[] values()
for (DataSourceFilterVariable c : DataSourceFilterVariable.values()) System.out.println(c);
public static DataSourceFilterVariable 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<DataSourceFilterVariable>public static DataSourceFilterVariable fromValue(String value)
value - real valuepublic static Set<DataSourceFilterVariable> 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 DataSourceFilterVariablesCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.