Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
ImportInstanceLaunchSpecification |
ImportInstanceRequest.getLaunchSpecification()
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withAdditionalInfo(String additionalInfo)
Returns a reference to this object so that method calls can be chained together.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withArchitecture(ArchitectureValues architecture)
The architecture of the instance.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withArchitecture(String architecture)
The architecture of the instance.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withGroupNames(Collection<String> groupNames)
One or more security group names.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withGroupNames(String... groupNames)
One or more security group names.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withInstanceInitiatedShutdownBehavior(ShutdownBehavior instanceInitiatedShutdownBehavior)
Indicates whether an instance stops or terminates when you initiate
shutdown from the instance (using the operating system command for
system shutdown).
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withInstanceInitiatedShutdownBehavior(String instanceInitiatedShutdownBehavior)
Indicates whether an instance stops or terminates when you initiate
shutdown from the instance (using the operating system command for
system shutdown).
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withInstanceType(InstanceType instanceType)
The instance type.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withInstanceType(String instanceType)
The instance type.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withMonitoring(Boolean monitoring)
Returns a reference to this object so that method calls can be chained together.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withPlacement(Placement placement)
Returns a reference to this object so that method calls can be chained together.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withPrivateIpAddress(String privateIpAddress)
[EC2-VPC] Optionally, you can use this parameter to assign the
instance a specific available IP address from the IP address range of
the subnet.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withSubnetId(String subnetId)
[EC2-VPC] The ID of the subnet to launch the instance into.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withUserData(String userData)
User data to be made available to the instance.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportInstanceRequest.setLaunchSpecification(ImportInstanceLaunchSpecification launchSpecification)
|
ImportInstanceRequest |
ImportInstanceRequest.withLaunchSpecification(ImportInstanceLaunchSpecification launchSpecification)
|
Copyright © 2014. All rights reserved.