| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static InstanceStateChange.Builder |
InstanceStateChange.builder() |
default InstanceStateChange.Builder |
InstanceStateChange.Builder.currentState(Consumer<InstanceState.Builder> currentState)
The current state of the instance.
|
InstanceStateChange.Builder |
InstanceStateChange.Builder.currentState(InstanceState currentState)
The current state of the instance.
|
InstanceStateChange.Builder |
InstanceStateChange.Builder.instanceId(String instanceId)
The ID of the instance.
|
default InstanceStateChange.Builder |
InstanceStateChange.Builder.previousState(Consumer<InstanceState.Builder> previousState)
The previous state of the instance.
|
InstanceStateChange.Builder |
InstanceStateChange.Builder.previousState(InstanceState previousState)
The previous state of the instance.
|
InstanceStateChange.Builder |
InstanceStateChange.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InstanceStateChange.Builder> |
InstanceStateChange.serializableBuilderClass() |
Copyright © 2019. All rights reserved.