public static interface InstanceStateChange.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<InstanceStateChange.Builder,InstanceStateChange>
| Modifier and Type | Method and Description |
|---|---|
InstanceStateChange.Builder |
currentState(InstanceState currentState)
The current state of the instance.
|
InstanceStateChange.Builder |
instanceId(String instanceId)
The ID of the instance.
|
InstanceStateChange.Builder |
previousState(InstanceState previousState)
The previous state of the instance.
|
InstanceStateChange.Builder currentState(InstanceState currentState)
The current state of the instance.
currentState - The current state of the instance.InstanceStateChange.Builder instanceId(String instanceId)
The ID of the instance.
instanceId - The ID of the instance.InstanceStateChange.Builder previousState(InstanceState previousState)
The previous state of the instance.
previousState - The previous state of the instance.Copyright © 2017. All rights reserved.