| Package | Description |
|---|---|
| software.amazon.awssdk.services.sms.model |
| Modifier and Type | Method and Description |
|---|---|
ServerLaunchConfiguration.Builder |
ServerLaunchConfiguration.Builder.associatePublicIpAddress(Boolean associatePublicIpAddress)
Indicates whether a publicly accessible IP address is created when launching the server.
|
static ServerLaunchConfiguration.Builder |
ServerLaunchConfiguration.builder() |
default ServerLaunchConfiguration.Builder |
ServerLaunchConfiguration.Builder.configureScript(Consumer<S3Location.Builder> configureScript)
Sets the value of the ConfigureScript property for this object.
|
ServerLaunchConfiguration.Builder |
ServerLaunchConfiguration.Builder.configureScript(S3Location configureScript)
Sets the value of the ConfigureScript property for this object.
|
ServerLaunchConfiguration.Builder |
ServerLaunchConfiguration.Builder.configureScriptType(ScriptType configureScriptType)
The type of configuration script.
|
ServerLaunchConfiguration.Builder |
ServerLaunchConfiguration.Builder.configureScriptType(String configureScriptType)
The type of configuration script.
|
ServerLaunchConfiguration.Builder |
ServerLaunchConfiguration.Builder.ec2KeyName(String ec2KeyName)
The name of the Amazon EC2 SSH key to be used for connecting to the launched server.
|
ServerLaunchConfiguration.Builder |
ServerLaunchConfiguration.Builder.iamInstanceProfileName(String iamInstanceProfileName)
The name of the IAM instance profile.
|
ServerLaunchConfiguration.Builder |
ServerLaunchConfiguration.Builder.instanceType(String instanceType)
The instance type to use when launching the server.
|
ServerLaunchConfiguration.Builder |
ServerLaunchConfiguration.Builder.logicalId(String logicalId)
The logical ID of the server in the CloudFormation template.
|
ServerLaunchConfiguration.Builder |
ServerLaunchConfiguration.Builder.securityGroup(String securityGroup)
The ID of the security group that applies to the launched server.
|
default ServerLaunchConfiguration.Builder |
ServerLaunchConfiguration.Builder.server(Consumer<Server.Builder> server)
The ID of the server with which the launch configuration is associated.
|
ServerLaunchConfiguration.Builder |
ServerLaunchConfiguration.Builder.server(Server server)
The ID of the server with which the launch configuration is associated.
|
ServerLaunchConfiguration.Builder |
ServerLaunchConfiguration.Builder.subnet(String subnet)
The ID of the subnet the server should be launched into.
|
ServerLaunchConfiguration.Builder |
ServerLaunchConfiguration.toBuilder() |
default ServerLaunchConfiguration.Builder |
ServerLaunchConfiguration.Builder.userData(Consumer<UserData.Builder> userData)
Location of the user-data script to be executed when launching the server.
|
ServerLaunchConfiguration.Builder |
ServerLaunchConfiguration.Builder.userData(UserData userData)
Location of the user-data script to be executed when launching the server.
|
ServerLaunchConfiguration.Builder |
ServerLaunchConfiguration.Builder.vpc(String vpc)
The ID of the VPC into which the server should be launched.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ServerLaunchConfiguration.Builder> |
ServerLaunchConfiguration.serializableBuilderClass() |
Copyright © 2023. All rights reserved.