StructuredPojo
, ToCopyableBuilder<JobFlowExecutionStatusDetail.Builder,JobFlowExecutionStatusDetail>
@Generated("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 | Description |
---|---|---|
static interface |
JobFlowExecutionStatusDetail.Builder |
Modifier and Type | Method | Description |
---|---|---|
static JobFlowExecutionStatusDetail.Builder |
builder() |
|
Date |
creationDateTime() |
The creation date and time of the job flow.
|
Date |
endDateTime() |
The completion date and time of the job flow.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
lastStateChangeReason() |
Description of the job flow last changed state.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
Date |
readyDateTime() |
The date and time when the job flow was ready to start running bootstrap actions.
|
static Class<? extends JobFlowExecutionStatusDetail.Builder> |
serializableBuilderClass() |
|
Date |
startDateTime() |
The start date and time of the job flow.
|
String |
state() |
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() |
public String state()
The state of the job flow.
JobFlowExecutionState
public Date creationDateTime()
The creation date and time of the job flow.
public Date startDateTime()
The start date and time of the job flow.
public Date readyDateTime()
The date and time when the job flow was ready to start running bootstrap actions.
public Date 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<JobFlowExecutionStatusDetail.Builder,JobFlowExecutionStatusDetail>
public static JobFlowExecutionStatusDetail.Builder builder()
public static Class<? extends JobFlowExecutionStatusDetail.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.