@Generated(value="software.amazon.awssdk:codegen") public class JobFlowExecutionStatusDetail extends Object implements StructuredPojo, ToCopyableBuilder<JobFlowExecutionStatusDetail.Builder,JobFlowExecutionStatusDetail>
Describes the status of the cluster (job flow).
| Modifier and Type | Class and Description |
|---|---|
static interface |
JobFlowExecutionStatusDetail.Builder |
| Modifier and Type | Method and Description |
|---|---|
static JobFlowExecutionStatusDetail.Builder |
builder() |
Instant |
creationDateTime()
The creation date and time of the job flow.
|
Instant |
endDateTime()
The completion date and time of the job flow.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lastStateChangeReason()
Description of the job flow last changed state.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
Instant |
readyDateTime()
The date and time when the job flow was ready to start running bootstrap actions.
|
static Class<? extends JobFlowExecutionStatusDetail.Builder> |
serializableBuilderClass() |
Instant |
startDateTime()
The start date and time of the job flow.
|
JobFlowExecutionState |
state()
The state of the job flow.
|
String |
stateAsString()
The state of the job flow.
|
JobFlowExecutionStatusDetail.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic JobFlowExecutionState state()
The state of the job flow.
If the service returns an enum value that is not available in the current SDK version, state will return
JobFlowExecutionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
JobFlowExecutionStatepublic String stateAsString()
The state of the job flow.
If the service returns an enum value that is not available in the current SDK version, state will return
JobFlowExecutionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
JobFlowExecutionStatepublic Instant creationDateTime()
The creation date and time of the job flow.
public Instant startDateTime()
The start date and time of the job flow.
public Instant readyDateTime()
The date and time when the job flow was ready to start running bootstrap actions.
public Instant endDateTime()
The completion date and time of the job flow.
public String lastStateChangeReason()
Description of the job flow last changed state.
public JobFlowExecutionStatusDetail.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<JobFlowExecutionStatusDetail.Builder,JobFlowExecutionStatusDetail>public static JobFlowExecutionStatusDetail.Builder builder()
public static Class<? extends JobFlowExecutionStatusDetail.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.