Interface SpotInstanceStateFault.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SpotInstanceStateFault.Builder,
,SpotInstanceStateFault> SdkBuilder<SpotInstanceStateFault.Builder,
,SpotInstanceStateFault> SdkPojo
- Enclosing class:
SpotInstanceStateFault
public static interface SpotInstanceStateFault.Builder
extends SdkPojo, CopyableBuilder<SpotInstanceStateFault.Builder,SpotInstanceStateFault>
-
Method Summary
Modifier and TypeMethodDescriptionThe reason code for the Spot Instance state change.The message for the Spot Instance state change.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
code
The reason code for the Spot Instance state change.
- Parameters:
code
- The reason code for the Spot Instance state change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
The message for the Spot Instance state change.
- Parameters:
message
- The message for the Spot Instance state change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-