@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum IngestionRequestType extends Enum<IngestionRequestType>
| Enum Constant and Description |
|---|
EDIT |
FULL_REFRESH |
INCREMENTAL_REFRESH |
INITIAL_INGESTION |
| Modifier and Type | Method and Description |
|---|---|
static IngestionRequestType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static IngestionRequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IngestionRequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IngestionRequestType INITIAL_INGESTION
public static final IngestionRequestType EDIT
public static final IngestionRequestType INCREMENTAL_REFRESH
public static final IngestionRequestType FULL_REFRESH
public static IngestionRequestType[] values()
for (IngestionRequestType c : IngestionRequestType.values()) System.out.println(c);
public static IngestionRequestType 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<IngestionRequestType>public static IngestionRequestType fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.Copyright © 2021. All rights reserved.