Uses of Interface
software.amazon.awssdk.services.ec2.model.EventInformation.Builder
Packages that use EventInformation.Builder
-
Uses of EventInformation.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return EventInformation.BuilderModifier and TypeMethodDescriptionstatic EventInformation.BuilderEventInformation.builder()EventInformation.Builder.eventDescription(String eventDescription) The description of the event.EventInformation.Builder.eventSubType(String eventSubType) The event.EventInformation.Builder.instanceId(String instanceId) The ID of the instance.EventInformation.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type EventInformation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EventInformation.Builder>EventInformation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type EventInformation.BuilderModifier and TypeMethodDescriptiondefault HistoryRecord.BuilderHistoryRecord.Builder.eventInformation(Consumer<EventInformation.Builder> eventInformation) Information about the event.default HistoryRecordEntry.BuilderHistoryRecordEntry.Builder.eventInformation(Consumer<EventInformation.Builder> eventInformation) Information about the event.