@Generated(value="software.amazon.awssdk:codegen") public final class InstanceEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InstanceEntry.Builder,InstanceEntry>
Describes the Amazon Elastic Compute Cloud instance and related resources to be created using the
create cloud formation stack
operation.
Modifier and Type | Class and Description |
---|---|
static interface |
InstanceEntry.Builder |
Modifier and Type | Method and Description |
---|---|
String |
availabilityZone()
The Availability Zone for the new Amazon EC2 instance.
|
static InstanceEntry.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceType()
The instance type (e.g.,
t2.micro ) to use for the new Amazon EC2 instance. |
PortInfoSourceType |
portInfoSource()
The port configuration to use for the new Amazon EC2 instance.
|
String |
portInfoSourceAsString()
The port configuration to use for the new Amazon EC2 instance.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InstanceEntry.Builder> |
serializableBuilderClass() |
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 |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
userData()
A launch script you can create that configures a server with additional user data.
|
copy
public 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.
Use the get export snapshot records
operation to get a list of export snapshot records that you can
use to create a CloudFormation stack.
Use the get export snapshot records
operation to get a list of export snapshot records that
you can use to create a CloudFormation stack.
public String instanceType()
The instance type (e.g., t2.micro
) to use for the new Amazon EC2 instance.
t2.micro
) to use for the new Amazon EC2 instance.public PortInfoSourceType portInfoSource()
The port configuration to use for the new Amazon EC2 instance.
The following configuration options are available:
DEFAULT — Use the default firewall settings from the image.
INSTANCE — Use the firewall settings from the source Lightsail instance.
NONE — Default to Amazon EC2.
If the service returns an enum value that is not available in the current SDK version, portInfoSource
will return PortInfoSourceType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from portInfoSourceAsString()
.
The following configuration options are available:
DEFAULT — Use the default firewall settings from the image.
INSTANCE — Use the firewall settings from the source Lightsail instance.
NONE — Default to Amazon EC2.
PortInfoSourceType
public String portInfoSourceAsString()
The port configuration to use for the new Amazon EC2 instance.
The following configuration options are available:
DEFAULT — Use the default firewall settings from the image.
INSTANCE — Use the firewall settings from the source Lightsail instance.
NONE — Default to Amazon EC2.
If the service returns an enum value that is not available in the current SDK version, portInfoSource
will return PortInfoSourceType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from portInfoSourceAsString()
.
The following configuration options are available:
DEFAULT — Use the default firewall settings from the image.
INSTANCE — Use the firewall settings from the source Lightsail instance.
NONE — Default to Amazon EC2.
PortInfoSourceType
public String userData()
A launch script you can create that configures a server with additional user data. For example, you might want to
run apt-get -y update
.
Depending on the machine image you choose, the command to get software on your instance varies. Amazon Linux and
CentOS use yum
, Debian and Ubuntu use apt-get
, and FreeBSD uses pkg
.
apt-get -y update
.
Depending on the machine image you choose, the command to get software on your instance varies. Amazon
Linux and CentOS use yum
, Debian and Ubuntu use apt-get
, and FreeBSD uses
pkg
.
public String availabilityZone()
The Availability Zone for the new Amazon EC2 instance.
public InstanceEntry.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InstanceEntry.Builder,InstanceEntry>
public static InstanceEntry.Builder builder()
public static Class<? extends InstanceEntry.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.