Uses of Interface
software.amazon.awssdk.services.ec2.model.SpotInstanceStatus.Builder
Packages that use SpotInstanceStatus.Builder
-
Uses of SpotInstanceStatus.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SpotInstanceStatus.BuilderModifier and TypeMethodDescriptionstatic SpotInstanceStatus.BuilderSpotInstanceStatus.builder()The status code.The description for the status code.SpotInstanceStatus.toBuilder()SpotInstanceStatus.Builder.updateTime(Instant updateTime) The date and time of the most recent status update, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SpotInstanceStatus.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SpotInstanceStatus.Builder>SpotInstanceStatus.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SpotInstanceStatus.BuilderModifier and TypeMethodDescriptiondefault SpotInstanceRequest.BuilderSpotInstanceRequest.Builder.status(Consumer<SpotInstanceStatus.Builder> status) The status code and status message describing the Spot Instance request.