CopyableBuilder<InstanceStateChange.Builder,InstanceStateChange>, SdkBuilder<InstanceStateChange.Builder,InstanceStateChange>public static interface InstanceStateChange.Builder extends CopyableBuilder<InstanceStateChange.Builder,InstanceStateChange>
| Modifier and Type | Method | 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.
|
copyapply, buildInstanceStateChange.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 Amazon Web Services, Inc. All Rights Reserved.