Uses of Interface
software.amazon.awssdk.services.ec2.model.InstanceStatusEvent.Builder
Packages that use InstanceStatusEvent.Builder
-
Uses of InstanceStatusEvent.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceStatusEvent.BuilderModifier and TypeMethodDescriptionstatic InstanceStatusEvent.BuilderInstanceStatusEvent.builder()The event code.The event code.InstanceStatusEvent.Builder.description(String description) A description of the event.InstanceStatusEvent.Builder.instanceEventId(String instanceEventId) The ID of the event.The latest scheduled end time for the event.The earliest scheduled start time for the event.InstanceStatusEvent.Builder.notBeforeDeadline(Instant notBeforeDeadline) The deadline for starting the event.InstanceStatusEvent.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceStatusEvent.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InstanceStatusEvent.Builder>InstanceStatusEvent.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceStatusEvent.BuilderModifier and TypeMethodDescriptionModifyInstanceEventStartTimeResponse.Builder.event(Consumer<InstanceStatusEvent.Builder> event) Information about the event.