| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static InstanceEventWindowStateChange.Builder |
InstanceEventWindowStateChange.builder() |
InstanceEventWindowStateChange.Builder |
InstanceEventWindowStateChange.Builder.instanceEventWindowId(String instanceEventWindowId)
The ID of the event window.
|
InstanceEventWindowStateChange.Builder |
InstanceEventWindowStateChange.Builder.state(InstanceEventWindowState state)
The current state of the event window.
|
InstanceEventWindowStateChange.Builder |
InstanceEventWindowStateChange.Builder.state(String state)
The current state of the event window.
|
InstanceEventWindowStateChange.Builder |
InstanceEventWindowStateChange.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InstanceEventWindowStateChange.Builder> |
InstanceEventWindowStateChange.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeleteInstanceEventWindowResponse.Builder |
DeleteInstanceEventWindowResponse.Builder.instanceEventWindowState(Consumer<InstanceEventWindowStateChange.Builder> instanceEventWindowState)
The state of the event window.
|
Copyright © 2021. All rights reserved.