Uses of Interface
software.amazon.awssdk.services.ec2.model.EventInformation.Builder
-
Packages that use EventInformation.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of EventInformation.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return EventInformation.Builder Modifier and Type Method Description static EventInformation.BuilderEventInformation. builder()EventInformation.BuilderEventInformation.Builder. eventDescription(String eventDescription)The description of the event.EventInformation.BuilderEventInformation.Builder. eventSubType(String eventSubType)The event.EventInformation.BuilderEventInformation.Builder. instanceId(String instanceId)The ID of the instance.EventInformation.BuilderEventInformation. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type EventInformation.Builder Modifier and Type Method Description static Class<? extends EventInformation.Builder>EventInformation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type EventInformation.Builder Modifier and Type Method Description default 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.
-