ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.clone() |
|
ImportInstanceLaunchSpecification |
ImportInstanceRequest.getLaunchSpecification() |
The launch specification.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withAdditionalInfo(String additionalInfo) |
Reserved.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withArchitecture(ArchitectureValues architecture) |
The architecture of the instance.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withArchitecture(String architecture) |
The architecture of the instance.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withGroupIds(String... groupIds) |
One or more security group IDs.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withGroupIds(Collection<String> groupIds) |
One or more security group IDs.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withGroupNames(String... groupNames) |
One or more security group names.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withGroupNames(Collection<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) |
Indicates whether monitoring is enabled.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withPlacement(Placement placement) |
The placement information for the instance.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withPrivateIpAddress(String privateIpAddress) |
[EC2-VPC] An available IP address from the IP address range of the
subnet.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withSubnetId(String subnetId) |
[EC2-VPC] The ID of the subnet in which to launch the instance.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withUserData(UserData userData) |
The Base64-encoded MIME user data to be made available to the instance.
|