Uses of Interface
software.amazon.awssdk.services.ec2.model.InstanceEventWindow.Builder
Packages that use InstanceEventWindow.Builder
-
Uses of InstanceEventWindow.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceEventWindow.BuilderModifier and TypeMethodDescriptiondefault InstanceEventWindow.BuilderInstanceEventWindow.Builder.associationTarget(Consumer<InstanceEventWindowAssociationTarget.Builder> associationTarget) One or more targets associated with the event window.InstanceEventWindow.Builder.associationTarget(InstanceEventWindowAssociationTarget associationTarget) One or more targets associated with the event window.static InstanceEventWindow.BuilderInstanceEventWindow.builder()InstanceEventWindow.Builder.cronExpression(String cronExpression) The cron expression defined for the event window.InstanceEventWindow.Builder.instanceEventWindowId(String instanceEventWindowId) The ID of the event window.The name of the event window.The current state of the event window.InstanceEventWindow.Builder.state(InstanceEventWindowState state) The current state of the event window.InstanceEventWindow.Builder.tags(Collection<Tag> tags) The instance tags associated with the event window.InstanceEventWindow.Builder.tags(Consumer<Tag.Builder>... tags) The instance tags associated with the event window.The instance tags associated with the event window.InstanceEventWindow.Builder.timeRanges(Collection<InstanceEventWindowTimeRange> timeRanges) One or more time ranges defined for the event window.InstanceEventWindow.Builder.timeRanges(Consumer<InstanceEventWindowTimeRange.Builder>... timeRanges) One or more time ranges defined for the event window.InstanceEventWindow.Builder.timeRanges(InstanceEventWindowTimeRange... timeRanges) One or more time ranges defined for the event window.InstanceEventWindow.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceEventWindow.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InstanceEventWindow.Builder>InstanceEventWindow.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceEventWindow.BuilderModifier and TypeMethodDescriptionAssociateInstanceEventWindowResponse.Builder.instanceEventWindow(Consumer<InstanceEventWindow.Builder> instanceEventWindow) Information about the event window.CreateInstanceEventWindowResponse.Builder.instanceEventWindow(Consumer<InstanceEventWindow.Builder> instanceEventWindow) Information about the event window.DisassociateInstanceEventWindowResponse.Builder.instanceEventWindow(Consumer<InstanceEventWindow.Builder> instanceEventWindow) Information about the event window.ModifyInstanceEventWindowResponse.Builder.instanceEventWindow(Consumer<InstanceEventWindow.Builder> instanceEventWindow) Information about the event window.