| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default InstanceEventWindow.Builder |
InstanceEventWindow.Builder.associationTarget(Consumer<InstanceEventWindowAssociationTarget.Builder> associationTarget)
One or more targets associated with the event window.
|
InstanceEventWindow.Builder |
InstanceEventWindow.Builder.associationTarget(InstanceEventWindowAssociationTarget associationTarget)
One or more targets associated with the event window.
|
static InstanceEventWindow.Builder |
InstanceEventWindow.builder() |
InstanceEventWindow.Builder |
InstanceEventWindow.Builder.cronExpression(String cronExpression)
The cron expression defined for the event window.
|
InstanceEventWindow.Builder |
InstanceEventWindow.Builder.instanceEventWindowId(String instanceEventWindowId)
The ID of the event window.
|
InstanceEventWindow.Builder |
InstanceEventWindow.Builder.name(String name)
The name of the event window.
|
InstanceEventWindow.Builder |
InstanceEventWindow.Builder.state(InstanceEventWindowState state)
The current state of the event window.
|
InstanceEventWindow.Builder |
InstanceEventWindow.Builder.state(String state)
The current state of the event window.
|
InstanceEventWindow.Builder |
InstanceEventWindow.Builder.tags(Collection<Tag> tags)
The instance tags associated with the event window.
|
InstanceEventWindow.Builder |
InstanceEventWindow.Builder.tags(Consumer<Tag.Builder>... tags)
The instance tags associated with the event window.
|
InstanceEventWindow.Builder |
InstanceEventWindow.Builder.tags(Tag... tags)
The instance tags associated with the event window.
|
InstanceEventWindow.Builder |
InstanceEventWindow.Builder.timeRanges(Collection<InstanceEventWindowTimeRange> timeRanges)
One or more time ranges defined for the event window.
|
InstanceEventWindow.Builder |
InstanceEventWindow.Builder.timeRanges(Consumer<InstanceEventWindowTimeRange.Builder>... timeRanges)
One or more time ranges defined for the event window.
|
InstanceEventWindow.Builder |
InstanceEventWindow.Builder.timeRanges(InstanceEventWindowTimeRange... timeRanges)
One or more time ranges defined for the event window.
|
InstanceEventWindow.Builder |
InstanceEventWindow.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InstanceEventWindow.Builder> |
InstanceEventWindow.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AssociateInstanceEventWindowResponse.Builder |
AssociateInstanceEventWindowResponse.Builder.instanceEventWindow(Consumer<InstanceEventWindow.Builder> instanceEventWindow)
Information about the event window.
|
default ModifyInstanceEventWindowResponse.Builder |
ModifyInstanceEventWindowResponse.Builder.instanceEventWindow(Consumer<InstanceEventWindow.Builder> instanceEventWindow)
Information about the event window.
|
default CreateInstanceEventWindowResponse.Builder |
CreateInstanceEventWindowResponse.Builder.instanceEventWindow(Consumer<InstanceEventWindow.Builder> instanceEventWindow)
Information about the event window.
|
default DisassociateInstanceEventWindowResponse.Builder |
DisassociateInstanceEventWindowResponse.Builder.instanceEventWindow(Consumer<InstanceEventWindow.Builder> instanceEventWindow)
Information about the event window.
|
Copyright © 2021. All rights reserved.