AWS SDK for .NET Documentation
WithInstanceType Method (instanceType)
AmazonAmazon.EC2.ModelImportInstanceLaunchSpecificationTypeWithInstanceType(String) Did this page help you?   Yes   No    Tell us about it...
Sets the instance type.
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 ImportInstanceLaunchSpecificationType WithInstanceType(
	string instanceType
)
Parameters
instanceType (String)
Specifies the instance type. Valid Values: m1.small | m1.medium | m1.large | m1.xlarge | c1.medium | c1.xlarge | m2.2xlarge | m2.4xlarge Default: m1.small
Return Value
this instance

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