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