public static interface InstanceState.Builder extends CopyableBuilder<InstanceState.Builder,InstanceState>
| Modifier and Type | Method and Description |
|---|---|
InstanceState.Builder |
code(Integer code)
The status code for the instance.
|
InstanceState.Builder |
name(String name)
The state of the instance (e.g.,
running or pending). |
copyapply, buildInstanceState.Builder code(Integer code)
The status code for the instance.
code - The status code for the instance.InstanceState.Builder name(String name)
The state of the instance (e.g., running or pending).
name - The state of the instance (e.g., running or pending).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.