Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private ImportInstanceLaunchSpecification |
ImportInstanceRequest.launchSpecification
The launch specification.
|
Modifier and Type | Method and Description |
---|---|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.clone() |
ImportInstanceLaunchSpecification |
ImportInstanceRequest.getLaunchSpecification()
The launch specification.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withAdditionalInfo(java.lang.String additionalInfo)
Reserved.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withArchitecture(ArchitectureValues architecture)
The architecture of the instance.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withArchitecture(java.lang.String architecture)
The architecture of the instance.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withGroupIds(java.util.Collection<java.lang.String> groupIds)
One or more security group IDs.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withGroupIds(java.lang.String... groupIds)
One or more security group IDs.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withGroupNames(java.util.Collection<java.lang.String> groupNames)
One or more security group names.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withGroupNames(java.lang.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(java.lang.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(java.lang.String instanceType)
The instance type.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withMonitoring(java.lang.Boolean monitoring)
Indicates whether monitoring is enabled.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withPlacement(Placement placement)
The placement information for the instance.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withPrivateIpAddress(java.lang.String privateIpAddress)
[EC2-VPC] An available IP address from the IP address range of the
subnet.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withSubnetId(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportInstanceRequest.setLaunchSpecification(ImportInstanceLaunchSpecification launchSpecification)
The launch specification.
|
ImportInstanceRequest |
ImportInstanceRequest.withLaunchSpecification(ImportInstanceLaunchSpecification launchSpecification)
The launch specification.
|
Modifier and Type | Method and Description |
---|---|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecificationStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |