Uses of Interface
software.amazon.awssdk.services.ec2.model.SpotInstanceStateFault.Builder
-
Packages that use SpotInstanceStateFault.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of SpotInstanceStateFault.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SpotInstanceStateFault.Builder Modifier and Type Method Description static SpotInstanceStateFault.BuilderSpotInstanceStateFault. builder()SpotInstanceStateFault.BuilderSpotInstanceStateFault.Builder. code(String code)The reason code for the Spot Instance state change.SpotInstanceStateFault.BuilderSpotInstanceStateFault.Builder. message(String message)The message for the Spot Instance state change.SpotInstanceStateFault.BuilderSpotInstanceStateFault. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SpotInstanceStateFault.Builder Modifier and Type Method Description static Class<? extends SpotInstanceStateFault.Builder>SpotInstanceStateFault. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SpotInstanceStateFault.Builder Modifier and Type Method Description default SpotDatafeedSubscription.BuilderSpotDatafeedSubscription.Builder. fault(Consumer<SpotInstanceStateFault.Builder> fault)The fault codes for the Spot Instance request, if any.default SpotInstanceRequest.BuilderSpotInstanceRequest.Builder. fault(Consumer<SpotInstanceStateFault.Builder> fault)The fault codes for the Spot Instance request, if any.
-