| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowdevicemanagement.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 Instance.Builder |
Instance.Builder.state(Consumer<InstanceState.Builder> state)
Sets the value of the State property for this object.
|
Copyright © 2023. All rights reserved.