AWS SDK for .NET Documentation
WithValidUntil Method (validUntil)
AmazonAmazon.EC2.ModelRequestSpotInstancesRequestWithValidUntil(String) Did this page help you?   Yes   No    Tell us about it...
Sets the end date of the request.
Declaration Syntax
C#
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")]
public RequestSpotInstancesRequest WithValidUntil(
	string validUntil
)
Parameters
validUntil (String)
End date of the request. If this is a one-time request, the request remains active until all instances launch, the request expires, or the request is canceled. If the request is persistent, it remains active until it expires or is canceled. Default: Request remains open until criteria for closing are met
Return Value
this instance

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)