Serializable
, Comparable<BuildPhaseType>
@Generated("software.amazon.awssdk:codegen") public enum BuildPhaseType extends Enum<BuildPhaseType>
Enum Constant | Description |
---|---|
BUILD |
|
COMPLETED |
|
DOWNLOAD_SOURCE |
|
FINALIZING |
|
INSTALL |
|
POST_BUILD |
|
PRE_BUILD |
|
PROVISIONING |
|
SUBMITTED |
|
UPLOAD_ARTIFACTS |
Modifier and Type | Method | Description |
---|---|---|
static BuildPhaseType |
fromValue(String value) |
Use this in place of valueOf.
|
String |
toString() |
|
static BuildPhaseType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static BuildPhaseType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuildPhaseType SUBMITTED
public static final BuildPhaseType PROVISIONING
public static final BuildPhaseType DOWNLOAD_SOURCE
public static final BuildPhaseType INSTALL
public static final BuildPhaseType PRE_BUILD
public static final BuildPhaseType BUILD
public static final BuildPhaseType POST_BUILD
public static final BuildPhaseType UPLOAD_ARTIFACTS
public static final BuildPhaseType FINALIZING
public static final BuildPhaseType COMPLETED
public static BuildPhaseType[] values()
for (BuildPhaseType c : BuildPhaseType.values()) System.out.println(c);
public static BuildPhaseType 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<BuildPhaseType>
public static BuildPhaseType fromValue(String value)
value
- real valueCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.