ToCopyableBuilder<HistoryRecord.Builder,HistoryRecord>
@Generated("software.amazon.awssdk:codegen") public class HistoryRecord extends Object implements ToCopyableBuilder<HistoryRecord.Builder,HistoryRecord>
Describes an event in the history of the Spot fleet request.
Modifier and Type | Class | Description |
---|---|---|
static interface |
HistoryRecord.Builder |
Modifier and Type | Method | Description |
---|---|---|
static HistoryRecord.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
EventInformation |
eventInformation() |
Information about the event.
|
String |
eventType() |
The event type.
|
int |
hashCode() |
|
static Class<? extends HistoryRecord.Builder> |
serializableBuilderClass() |
|
Date |
timestamp() |
The date and time of the event, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
HistoryRecord.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public EventInformation eventInformation()
Information about the event.
public String eventType()
The event type.
error
- Indicates an error with the Spot fleet request.
fleetRequestChange
- Indicates a change in the status or configuration of the Spot fleet request.
instanceChange
- Indicates that an instance was launched or terminated.
error
- Indicates an error with the Spot fleet request.
fleetRequestChange
- Indicates a change in the status or configuration of the Spot fleet
request.
instanceChange
- Indicates that an instance was launched or terminated.
EventType
public Date timestamp()
The date and time of the event, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
public HistoryRecord.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<HistoryRecord.Builder,HistoryRecord>
public static HistoryRecord.Builder builder()
public static Class<? extends HistoryRecord.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.