| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceEntry.Builder |
InstanceEntry.Builder.availabilityZone(String availabilityZone)
The Availability Zone for the new Amazon EC2 instance.
|
static InstanceEntry.Builder |
InstanceEntry.builder() |
InstanceEntry.Builder |
InstanceEntry.Builder.instanceType(String instanceType)
The instance type (e.g.,
t2.micro) to use for the new Amazon EC2 instance. |
InstanceEntry.Builder |
InstanceEntry.Builder.portInfoSource(PortInfoSourceType portInfoSource)
The port configuration to use for the new Amazon EC2 instance.
|
InstanceEntry.Builder |
InstanceEntry.Builder.portInfoSource(String portInfoSource)
The port configuration to use for the new Amazon EC2 instance.
|
InstanceEntry.Builder |
InstanceEntry.Builder.sourceName(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.Builder |
InstanceEntry.toBuilder() |
InstanceEntry.Builder |
InstanceEntry.Builder.userData(String userData)
A launch script you can create that configures a server with additional user data.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InstanceEntry.Builder> |
InstanceEntry.serializableBuilderClass() |
Copyright © 2021. All rights reserved.