Uses of Interface
software.amazon.awssdk.services.ec2.model.SpotInstanceRequest.Builder
Packages that use SpotInstanceRequest.Builder
-
Uses of SpotInstanceRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SpotInstanceRequest.BuilderModifier and TypeMethodDescriptionSpotInstanceRequest.Builder.actualBlockHourlyPrice(String actualBlockHourlyPrice) Deprecated.SpotInstanceRequest.Builder.availabilityZoneGroup(String availabilityZoneGroup) The Availability Zone group.SpotInstanceRequest.Builder.blockDurationMinutes(Integer blockDurationMinutes) Deprecated.static SpotInstanceRequest.BuilderSpotInstanceRequest.builder()SpotInstanceRequest.Builder.createTime(Instant createTime) The date and time when the Spot Instance request was created, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).default SpotInstanceRequest.BuilderSpotInstanceRequest.Builder.fault(Consumer<SpotInstanceStateFault.Builder> fault) The fault codes for the Spot Instance request, if any.SpotInstanceRequest.Builder.fault(SpotInstanceStateFault fault) The fault codes for the Spot Instance request, if any.SpotInstanceRequest.Builder.instanceId(String instanceId) The instance ID, if an instance has been launched to fulfill the Spot Instance request.SpotInstanceRequest.Builder.instanceInterruptionBehavior(String instanceInterruptionBehavior) The behavior when a Spot Instance is interrupted.SpotInstanceRequest.Builder.instanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior) The behavior when a Spot Instance is interrupted.SpotInstanceRequest.Builder.launchedAvailabilityZone(String launchedAvailabilityZone) The Availability Zone in which the request is launched.SpotInstanceRequest.Builder.launchedAvailabilityZoneId(String launchedAvailabilityZoneId) The ID of the Availability Zone in which the request is launched.SpotInstanceRequest.Builder.launchGroup(String launchGroup) The instance launch group.default SpotInstanceRequest.BuilderSpotInstanceRequest.Builder.launchSpecification(Consumer<LaunchSpecification.Builder> launchSpecification) Additional information for launching instances.SpotInstanceRequest.Builder.launchSpecification(LaunchSpecification launchSpecification) Additional information for launching instances.SpotInstanceRequest.Builder.productDescription(String productDescription) The product description associated with the Spot Instance.SpotInstanceRequest.Builder.productDescription(RIProductDescription productDescription) The product description associated with the Spot Instance.SpotInstanceRequest.Builder.spotInstanceRequestId(String spotInstanceRequestId) The ID of the Spot Instance request.The maximum price per unit hour that you are willing to pay for a Spot Instance.The state of the Spot Instance request.SpotInstanceRequest.Builder.state(SpotInstanceState state) The state of the Spot Instance request.default SpotInstanceRequest.BuilderSpotInstanceRequest.Builder.status(Consumer<SpotInstanceStatus.Builder> status) The status code and status message describing the Spot Instance request.SpotInstanceRequest.Builder.status(SpotInstanceStatus status) The status code and status message describing the Spot Instance request.SpotInstanceRequest.Builder.tags(Collection<Tag> tags) Any tags assigned to the resource.SpotInstanceRequest.Builder.tags(Consumer<Tag.Builder>... tags) Any tags assigned to the resource.Any tags assigned to the resource.SpotInstanceRequest.toBuilder()The Spot Instance request type.SpotInstanceRequest.Builder.type(SpotInstanceType type) The Spot Instance request type.The start date of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).SpotInstanceRequest.Builder.validUntil(Instant validUntil) The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ).Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SpotInstanceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SpotInstanceRequest.Builder>SpotInstanceRequest.serializableBuilderClass()