Uses of Interface
software.amazon.awssdk.services.ec2.model.ImportInstanceLaunchSpecification.Builder
Packages that use ImportInstanceLaunchSpecification.Builder
-
Uses of ImportInstanceLaunchSpecification.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ImportInstanceLaunchSpecification.BuilderModifier and TypeMethodDescriptionImportInstanceLaunchSpecification.Builder.additionalInfo(String additionalInfo) Reserved.ImportInstanceLaunchSpecification.Builder.architecture(String architecture) The architecture of the instance.ImportInstanceLaunchSpecification.Builder.architecture(ArchitectureValues architecture) The architecture of the instance.ImportInstanceLaunchSpecification.builder()The security group IDs.ImportInstanceLaunchSpecification.Builder.groupIds(Collection<String> groupIds) The security group IDs.ImportInstanceLaunchSpecification.Builder.groupNames(String... groupNames) The security group names.ImportInstanceLaunchSpecification.Builder.groupNames(Collection<String> groupNames) The security group names.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.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.instanceType(String instanceType) The instance type.ImportInstanceLaunchSpecification.Builder.instanceType(InstanceType instanceType) The instance type.ImportInstanceLaunchSpecification.Builder.monitoring(Boolean monitoring) Indicates whether monitoring is enabled.ImportInstanceLaunchSpecification.Builder.placement(Consumer<Placement.Builder> placement) The placement information for the instance.The placement information for the instance.ImportInstanceLaunchSpecification.Builder.privateIpAddress(String privateIpAddress) [EC2-VPC] An available IP address from the IP address range of the subnet.[EC2-VPC] The ID of the subnet in which to launch the instance.ImportInstanceLaunchSpecification.toBuilder()ImportInstanceLaunchSpecification.Builder.userData(Consumer<UserData.Builder> userData) The Base64-encoded user data to make available to the instance.The Base64-encoded user data to make available to the instance.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ImportInstanceLaunchSpecification.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ImportInstanceLaunchSpecification.Builder>ImportInstanceLaunchSpecification.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ImportInstanceLaunchSpecification.BuilderModifier and TypeMethodDescriptiondefault ImportInstanceRequest.BuilderImportInstanceRequest.Builder.launchSpecification(Consumer<ImportInstanceLaunchSpecification.Builder> launchSpecification) The launch specification.