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