| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
ImportInstanceLaunchSpecification.Builder |
ImportInstanceLaunchSpecification.Builder.additionalInfo(String additionalInfo)
Reserved.
|
ImportInstanceLaunchSpecification.Builder |
ImportInstanceLaunchSpecification.Builder.architecture(ArchitectureValues architecture)
The architecture of the instance.
|
ImportInstanceLaunchSpecification.Builder |
ImportInstanceLaunchSpecification.Builder.architecture(String architecture)
The architecture of the instance.
|
static ImportInstanceLaunchSpecification.Builder |
ImportInstanceLaunchSpecification.builder() |
ImportInstanceLaunchSpecification.Builder |
ImportInstanceLaunchSpecification.Builder.groupIds(Collection<String> groupIds)
The security group IDs.
|
ImportInstanceLaunchSpecification.Builder |
ImportInstanceLaunchSpecification.Builder.groupIds(String... groupIds)
The security group IDs.
|
ImportInstanceLaunchSpecification.Builder |
ImportInstanceLaunchSpecification.Builder.groupNames(Collection<String> groupNames)
The security group names.
|
ImportInstanceLaunchSpecification.Builder |
ImportInstanceLaunchSpecification.Builder.groupNames(String... groupNames)
The security group names.
|
ImportInstanceLaunchSpecification.Builder |
ImportInstanceLaunchSpecification.Builder.instanceInitiatedShutdownBehavior(ShutdownBehavior instanceInitiatedShutdownBehavior)
Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the
operating system command for system shutdown).
|
ImportInstanceLaunchSpecification.Builder |
ImportInstanceLaunchSpecification.Builder.instanceInitiatedShutdownBehavior(String instanceInitiatedShutdownBehavior)
Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the
operating system command for system shutdown).
|
ImportInstanceLaunchSpecification.Builder |
ImportInstanceLaunchSpecification.Builder.instanceType(InstanceType instanceType)
The instance type.
|
ImportInstanceLaunchSpecification.Builder |
ImportInstanceLaunchSpecification.Builder.instanceType(String instanceType)
The instance type.
|
ImportInstanceLaunchSpecification.Builder |
ImportInstanceLaunchSpecification.Builder.monitoring(Boolean monitoring)
Indicates whether monitoring is enabled.
|
default ImportInstanceLaunchSpecification.Builder |
ImportInstanceLaunchSpecification.Builder.placement(Consumer<Placement.Builder> placement)
The placement information for the instance.
|
ImportInstanceLaunchSpecification.Builder |
ImportInstanceLaunchSpecification.Builder.placement(Placement placement)
The placement information for the instance.
|
ImportInstanceLaunchSpecification.Builder |
ImportInstanceLaunchSpecification.Builder.privateIpAddress(String privateIpAddress)
[EC2-VPC] An available IP address from the IP address range of the subnet.
|
ImportInstanceLaunchSpecification.Builder |
ImportInstanceLaunchSpecification.Builder.subnetId(String subnetId)
[EC2-VPC] The ID of the subnet in which to launch the instance.
|
ImportInstanceLaunchSpecification.Builder |
ImportInstanceLaunchSpecification.toBuilder() |
default ImportInstanceLaunchSpecification.Builder |
ImportInstanceLaunchSpecification.Builder.userData(Consumer<UserData.Builder> userData)
The Base64-encoded user data to make available to the instance.
|
ImportInstanceLaunchSpecification.Builder |
ImportInstanceLaunchSpecification.Builder.userData(UserData userData)
The Base64-encoded user data to make available to the instance.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ImportInstanceLaunchSpecification.Builder> |
ImportInstanceLaunchSpecification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ImportInstanceRequest.Builder |
ImportInstanceRequest.Builder.launchSpecification(Consumer<ImportInstanceLaunchSpecification.Builder> launchSpecification)
The launch specification.
|
Copyright © 2019. All rights reserved.