Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateInstanceEventWindowRequest.Builder
Packages that use CreateInstanceEventWindowRequest.Builder
Package
Description
-
Uses of CreateInstanceEventWindowRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateInstanceEventWindowRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createInstanceEventWindow(Consumer<CreateInstanceEventWindowRequest.Builder> createInstanceEventWindowRequest) Creates an event window in which scheduled events for the associated Amazon EC2 instances can run.Ec2Client.createInstanceEventWindow(Consumer<CreateInstanceEventWindowRequest.Builder> createInstanceEventWindowRequest) Creates an event window in which scheduled events for the associated Amazon EC2 instances can run. -
Uses of CreateInstanceEventWindowRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateInstanceEventWindowRequest.BuilderModifier and TypeMethodDescriptionCreateInstanceEventWindowRequest.builder()CreateInstanceEventWindowRequest.Builder.cronExpression(String cronExpression) The cron expression for the event window, for example,* 0-4,20-23 * * 1,5.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.The name of the event window.CreateInstanceEventWindowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateInstanceEventWindowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateInstanceEventWindowRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the event window.CreateInstanceEventWindowRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the event window.CreateInstanceEventWindowRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the event window.CreateInstanceEventWindowRequest.Builder.timeRanges(Collection<InstanceEventWindowTimeRangeRequest> timeRanges) The time range for the event window.CreateInstanceEventWindowRequest.Builder.timeRanges(Consumer<InstanceEventWindowTimeRangeRequest.Builder>... timeRanges) The time range for the event window.CreateInstanceEventWindowRequest.Builder.timeRanges(InstanceEventWindowTimeRangeRequest... timeRanges) The time range for the event window.CreateInstanceEventWindowRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateInstanceEventWindowRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateInstanceEventWindowRequest.Builder>CreateInstanceEventWindowRequest.serializableBuilderClass()