| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static InstanceState.Builder |
InstanceState.builder() |
InstanceState.Builder |
InstanceState.Builder.code(Integer code)
The state of the instance as a 16-bit unsigned integer.
|
InstanceState.Builder |
InstanceState.Builder.name(InstanceStateName name)
The current state of the instance.
|
InstanceState.Builder |
InstanceState.Builder.name(String name)
The current state of the instance.
|
InstanceState.Builder |
InstanceState.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InstanceState.Builder> |
InstanceState.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InstanceStateChange.Builder |
InstanceStateChange.Builder.currentState(Consumer<InstanceState.Builder> currentState)
The current state of the instance.
|
default InstanceStatus.Builder |
InstanceStatus.Builder.instanceState(Consumer<InstanceState.Builder> instanceState)
The intended state of the instance.
|
default InstanceStateChange.Builder |
InstanceStateChange.Builder.previousState(Consumer<InstanceState.Builder> previousState)
The previous state of the instance.
|
default Instance.Builder |
Instance.Builder.state(Consumer<InstanceState.Builder> state)
The current state of the instance.
|
Copyright © 2021. All rights reserved.