| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceEntry |
InstanceEntry.clone() |
InstanceEntry |
InstanceEntry.withAvailabilityZone(String availabilityZone)
The Availability Zone for the new Amazon EC2 instance.
|
InstanceEntry |
InstanceEntry.withInstanceType(String instanceType)
The instance type (e.g.,
t2.micro) to use for the new Amazon EC2 instance. |
InstanceEntry |
InstanceEntry.withPortInfoSource(PortInfoSourceType portInfoSource)
The port configuration to use for the new Amazon EC2 instance.
|
InstanceEntry |
InstanceEntry.withPortInfoSource(String portInfoSource)
The port configuration to use for the new Amazon EC2 instance.
|
InstanceEntry |
InstanceEntry.withSourceName(String sourceName)
The name of the export snapshot record, which contains the exported Lightsail instance snapshot that will be used
as the source of the new Amazon EC2 instance.
|
InstanceEntry |
InstanceEntry.withUserData(String userData)
A launch script you can create that configures a server with additional user data.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstanceEntry> |
CreateCloudFormationStackRequest.getInstances()
An array of parameters that will be used to create the new Amazon EC2 instance.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCloudFormationStackRequest |
CreateCloudFormationStackRequest.withInstances(InstanceEntry... instances)
An array of parameters that will be used to create the new Amazon EC2 instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateCloudFormationStackRequest.setInstances(Collection<InstanceEntry> instances)
An array of parameters that will be used to create the new Amazon EC2 instance.
|
CreateCloudFormationStackRequest |
CreateCloudFormationStackRequest.withInstances(Collection<InstanceEntry> instances)
An array of parameters that will be used to create the new Amazon EC2 instance.
|
Copyright © 2023. All rights reserved.