Uses of Interface
software.amazon.awssdk.services.ec2.model.HistoryRecordEntry.Builder
-
Packages that use HistoryRecordEntry.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of HistoryRecordEntry.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return HistoryRecordEntry.Builder Modifier and Type Method Description static HistoryRecordEntry.BuilderHistoryRecordEntry. builder()default HistoryRecordEntry.BuilderHistoryRecordEntry.Builder. eventInformation(Consumer<EventInformation.Builder> eventInformation)Information about the event.HistoryRecordEntry.BuilderHistoryRecordEntry.Builder. eventInformation(EventInformation eventInformation)Information about the event.HistoryRecordEntry.BuilderHistoryRecordEntry.Builder. eventType(String eventType)The event type.HistoryRecordEntry.BuilderHistoryRecordEntry.Builder. eventType(FleetEventType eventType)The event type.HistoryRecordEntry.BuilderHistoryRecordEntry.Builder. timestamp(Instant timestamp)The date and time of the event, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).HistoryRecordEntry.BuilderHistoryRecordEntry. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type HistoryRecordEntry.Builder Modifier and Type Method Description static Class<? extends HistoryRecordEntry.Builder>HistoryRecordEntry. serializableBuilderClass()
-