| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static HistoryRecordEntry.Builder |
HistoryRecordEntry.builder() |
default HistoryRecordEntry.Builder |
HistoryRecordEntry.Builder.eventInformation(Consumer<EventInformation.Builder> eventInformation)
Information about the event.
|
HistoryRecordEntry.Builder |
HistoryRecordEntry.Builder.eventInformation(EventInformation eventInformation)
Information about the event.
|
HistoryRecordEntry.Builder |
HistoryRecordEntry.Builder.eventType(FleetEventType eventType)
The event type.
|
HistoryRecordEntry.Builder |
HistoryRecordEntry.Builder.eventType(String eventType)
The event type.
|
HistoryRecordEntry.Builder |
HistoryRecordEntry.Builder.timestamp(Instant timestamp)
The date and time of the event, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
HistoryRecordEntry.Builder |
HistoryRecordEntry.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HistoryRecordEntry.Builder> |
HistoryRecordEntry.serializableBuilderClass() |
Copyright © 2019. All rights reserved.