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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SpotInstanceStateFault.Buildercode(String code)The reason code for the Spot Instance state change.SpotInstanceStateFault.Buildermessage(String message)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
code
SpotInstanceStateFault.Builder code(String 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
SpotInstanceStateFault.Builder message(String 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.
-
-