Uses of Interface
software.amazon.awscdk.services.lightsail.CfnInstance.HardwareProperty
Packages that use CfnInstance.HardwareProperty
-
Uses of CfnInstance.HardwareProperty in software.amazon.awscdk.services.lightsail
Classes in software.amazon.awscdk.services.lightsail that implement CfnInstance.HardwarePropertyModifier and TypeClassDescriptionstatic final class
An implementation forCfnInstance.HardwareProperty
Methods in software.amazon.awscdk.services.lightsail that return CfnInstance.HardwarePropertyModifier and TypeMethodDescriptionCfnInstance.HardwareProperty.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.lightsail with parameters of type CfnInstance.HardwarePropertyModifier and TypeMethodDescriptionCfnInstance.Builder.hardware
(CfnInstance.HardwareProperty hardware) The hardware properties for the instance, such as the vCPU count, attached disks, and amount of RAM.CfnInstanceProps.Builder.hardware
(CfnInstance.HardwareProperty hardware) Sets the value ofCfnInstanceProps.getHardware()
void
CfnInstance.setHardware
(CfnInstance.HardwareProperty value) The hardware properties for the instance, such as the vCPU count, attached disks, and amount of RAM.