| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static EventInformation.Builder |
EventInformation.builder() |
EventInformation.Builder |
EventInformation.Builder.eventDescription(String eventDescription)
The description of the event.
|
EventInformation.Builder |
EventInformation.Builder.eventSubType(String eventSubType)
The event.
|
EventInformation.Builder |
EventInformation.Builder.instanceId(String instanceId)
The ID of the instance.
|
EventInformation.Builder |
EventInformation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EventInformation.Builder> |
EventInformation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryRecordEntry.Builder |
HistoryRecordEntry.Builder.eventInformation(Consumer<EventInformation.Builder> eventInformation)
Information about the event.
|
default HistoryRecord.Builder |
HistoryRecord.Builder.eventInformation(Consumer<EventInformation.Builder> eventInformation)
Information about the event.
|
Copyright © 2021. All rights reserved.