Uses of Interface
software.amazon.awssdk.services.lightsail.model.InstanceEntry.Builder
-
Packages that use InstanceEntry.Builder Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of InstanceEntry.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return InstanceEntry.Builder Modifier and Type Method Description InstanceEntry.BuilderInstanceEntry.Builder. availabilityZone(String availabilityZone)The Availability Zone for the new Amazon EC2 instance.static InstanceEntry.BuilderInstanceEntry. builder()InstanceEntry.BuilderInstanceEntry.Builder. instanceType(String instanceType)The instance type (t2.micro) to use for the new Amazon EC2 instance.InstanceEntry.BuilderInstanceEntry.Builder. portInfoSource(String portInfoSource)The port configuration to use for the new Amazon EC2 instance.InstanceEntry.BuilderInstanceEntry.Builder. portInfoSource(PortInfoSourceType portInfoSource)The port configuration to use for the new Amazon EC2 instance.InstanceEntry.BuilderInstanceEntry.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.BuilderInstanceEntry. toBuilder()InstanceEntry.BuilderInstanceEntry.Builder. userData(String userData)A launch script you can create that configures a server with additional user data.Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type InstanceEntry.Builder Modifier and Type Method Description static Class<? extends InstanceEntry.Builder>InstanceEntry. serializableBuilderClass()
-