CopyableBuilder<HistoryRecord.Builder,HistoryRecord>
, SdkBuilder<HistoryRecord.Builder,HistoryRecord>
public static interface HistoryRecord.Builder extends CopyableBuilder<HistoryRecord.Builder,HistoryRecord>
Modifier and Type | Method | Description |
---|---|---|
HistoryRecord.Builder |
eventInformation(EventInformation eventInformation) |
Information about the event.
|
HistoryRecord.Builder |
eventType(String eventType) |
The event type.
|
HistoryRecord.Builder |
eventType(EventType eventType) |
The event type.
|
HistoryRecord.Builder |
timestamp(Date timestamp) |
The date and time of the event, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
copy
apply, build
HistoryRecord.Builder eventInformation(EventInformation eventInformation)
Information about the event.
eventInformation
- Information about the event.HistoryRecord.Builder eventType(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.
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.
EventType
HistoryRecord.Builder eventType(EventType 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.
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.
EventType
HistoryRecord.Builder timestamp(Date timestamp)
The date and time of the event, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
timestamp
- The date and time of the event, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.