@Generated(value="software.amazon.awssdk:codegen") public final class Step extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Step.Builder,Step>
Structure for an execution step for an execution job, for an Amplify App.
Modifier and Type | Class and Description |
---|---|
static interface |
Step.Builder |
Modifier and Type | Method and Description |
---|---|
String |
artifactsUrl()
Url to teh artifact for the execution step.
|
static Step.Builder |
builder() |
Instant |
endTime()
End date/ time of the execution step.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
logUrl()
Url to the logs for the execution step.
|
Map<String,String> |
screenshots()
List of screenshot Urls for the execution step, if relevant.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Step.Builder> |
serializableBuilderClass() |
Instant |
startTime()
Start date/ time of the execution step.
|
JobStatus |
status()
Status of the execution step.
|
String |
statusAsString()
Status of the execution step.
|
String |
stepName()
Name of the execution step.
|
Step.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String stepName()
Name of the execution step.
public Instant startTime()
Start date/ time of the execution step.
public JobStatus status()
Status of the execution step.
If the service returns an enum value that is not available in the current SDK version, status
will
return JobStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
JobStatus
public String statusAsString()
Status of the execution step.
If the service returns an enum value that is not available in the current SDK version, status
will
return JobStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
JobStatus
public Instant endTime()
End date/ time of the execution step.
public String logUrl()
Url to the logs for the execution step.
public String artifactsUrl()
Url to teh artifact for the execution step.
public Map<String,String> screenshots()
List of screenshot Urls for the execution step, if relevant.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Step.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Step.Builder,Step>
public static Step.Builder builder()
public static Class<? extends Step.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.