Uses of Interface
software.amazon.awssdk.services.ec2.model.ScheduledInstancesLaunchSpecification.Builder
Packages that use ScheduledInstancesLaunchSpecification.Builder
-
Uses of ScheduledInstancesLaunchSpecification.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ScheduledInstancesLaunchSpecification.BuilderModifier and TypeMethodDescriptionScheduledInstancesLaunchSpecification.Builder.blockDeviceMappings(Collection<ScheduledInstancesBlockDeviceMapping> blockDeviceMappings) The block device mapping entries.ScheduledInstancesLaunchSpecification.Builder.blockDeviceMappings(Consumer<ScheduledInstancesBlockDeviceMapping.Builder>... blockDeviceMappings) The block device mapping entries.ScheduledInstancesLaunchSpecification.Builder.blockDeviceMappings(ScheduledInstancesBlockDeviceMapping... blockDeviceMappings) The block device mapping entries.ScheduledInstancesLaunchSpecification.builder()ScheduledInstancesLaunchSpecification.Builder.ebsOptimized(Boolean ebsOptimized) Indicates whether the instances are optimized for EBS I/O.ScheduledInstancesLaunchSpecification.Builder.iamInstanceProfile(Consumer<ScheduledInstancesIamInstanceProfile.Builder> iamInstanceProfile) The IAM instance profile.ScheduledInstancesLaunchSpecification.Builder.iamInstanceProfile(ScheduledInstancesIamInstanceProfile iamInstanceProfile) The IAM instance profile.The ID of the Amazon Machine Image (AMI).ScheduledInstancesLaunchSpecification.Builder.instanceType(String instanceType) The instance type.The ID of the kernel.The name of the key pair.ScheduledInstancesLaunchSpecification.Builder.monitoring(Consumer<ScheduledInstancesMonitoring.Builder> monitoring) Enable or disable monitoring for the instances.ScheduledInstancesLaunchSpecification.Builder.monitoring(ScheduledInstancesMonitoring monitoring) Enable or disable monitoring for the instances.ScheduledInstancesLaunchSpecification.Builder.networkInterfaces(Collection<ScheduledInstancesNetworkInterface> networkInterfaces) The network interfaces.ScheduledInstancesLaunchSpecification.Builder.networkInterfaces(Consumer<ScheduledInstancesNetworkInterface.Builder>... networkInterfaces) The network interfaces.ScheduledInstancesLaunchSpecification.Builder.networkInterfaces(ScheduledInstancesNetworkInterface... networkInterfaces) The network interfaces.ScheduledInstancesLaunchSpecification.Builder.placement(Consumer<ScheduledInstancesPlacement.Builder> placement) The placement information.ScheduledInstancesLaunchSpecification.Builder.placement(ScheduledInstancesPlacement placement) The placement information.The ID of the RAM disk.ScheduledInstancesLaunchSpecification.Builder.securityGroupIds(String... securityGroupIds) The IDs of the security groups.ScheduledInstancesLaunchSpecification.Builder.securityGroupIds(Collection<String> securityGroupIds) The IDs of the security groups.The ID of the subnet in which to launch the instances.ScheduledInstancesLaunchSpecification.toBuilder()The base64-encoded MIME user data.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ScheduledInstancesLaunchSpecification.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ScheduledInstancesLaunchSpecification.Builder>ScheduledInstancesLaunchSpecification.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ScheduledInstancesLaunchSpecification.BuilderModifier and TypeMethodDescriptionRunScheduledInstancesRequest.Builder.launchSpecification(Consumer<ScheduledInstancesLaunchSpecification.Builder> launchSpecification) The launch specification.