| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateInstanceEventWindowResponse> |
Ec2AsyncClient.createInstanceEventWindow(Consumer<CreateInstanceEventWindowRequest.Builder> createInstanceEventWindowRequest)
Creates an event window in which scheduled events for the associated Amazon EC2 instances can run.
|
default CreateInstanceEventWindowResponse |
Ec2Client.createInstanceEventWindow(Consumer<CreateInstanceEventWindowRequest.Builder> createInstanceEventWindowRequest)
Creates an event window in which scheduled events for the associated Amazon EC2 instances can run.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateInstanceEventWindowRequest.Builder |
CreateInstanceEventWindowRequest.builder() |
CreateInstanceEventWindowRequest.Builder |
CreateInstanceEventWindowRequest.Builder.cronExpression(String cronExpression)
The cron expression for the event window, for example,
* 0-4,20-23 * * 1,5. |
CreateInstanceEventWindowRequest.Builder |
CreateInstanceEventWindowRequest.Builder.name(String name)
The name of the event window.
|
CreateInstanceEventWindowRequest.Builder |
CreateInstanceEventWindowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateInstanceEventWindowRequest.Builder |
CreateInstanceEventWindowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateInstanceEventWindowRequest.Builder |
CreateInstanceEventWindowRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the event window.
|
CreateInstanceEventWindowRequest.Builder |
CreateInstanceEventWindowRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to apply to the event window.
|
CreateInstanceEventWindowRequest.Builder |
CreateInstanceEventWindowRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the event window.
|
CreateInstanceEventWindowRequest.Builder |
CreateInstanceEventWindowRequest.Builder.timeRanges(Collection<InstanceEventWindowTimeRangeRequest> timeRanges)
The time range for the event window.
|
CreateInstanceEventWindowRequest.Builder |
CreateInstanceEventWindowRequest.Builder.timeRanges(Consumer<InstanceEventWindowTimeRangeRequest.Builder>... timeRanges)
The time range for the event window.
|
CreateInstanceEventWindowRequest.Builder |
CreateInstanceEventWindowRequest.Builder.timeRanges(InstanceEventWindowTimeRangeRequest... timeRanges)
The time range for the event window.
|
CreateInstanceEventWindowRequest.Builder |
CreateInstanceEventWindowRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateInstanceEventWindowRequest.Builder> |
CreateInstanceEventWindowRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.