public static interface SpotInstanceStateFault.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<SpotInstanceStateFault.Builder,SpotInstanceStateFault>
| Modifier and Type | Method and Description |
|---|---|
SpotInstanceStateFault.Builder |
code(String code)
The reason code for the Spot instance state change.
|
SpotInstanceStateFault.Builder |
message(String message)
The message for the Spot instance state change.
|
copyapply, buildSpotInstanceStateFault.Builder code(String code)
The reason code for the Spot instance state change.
code - The reason code for the Spot instance state change.SpotInstanceStateFault.Builder message(String message)
The message for the Spot instance state change.
message - The message for the Spot instance state change.Copyright © 2017. All rights reserved.