Uses of Class
software.amazon.awscdk.services.lightsail.StaticIpReference.Builder
Packages that use StaticIpReference.Builder
-
Uses of StaticIpReference.Builder in software.amazon.awscdk.services.lightsail
Methods in software.amazon.awscdk.services.lightsail that return StaticIpReference.BuilderModifier and TypeMethodDescriptionstatic StaticIpReference.Builder
StaticIpReference.builder()
StaticIpReference.Builder.staticIpArn
(String staticIpArn) Sets the value ofStaticIpReference.getStaticIpArn()
StaticIpReference.Builder.staticIpName
(String staticIpName) Sets the value ofStaticIpReference.getStaticIpName()
Constructors in software.amazon.awscdk.services.lightsail with parameters of type StaticIpReference.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(StaticIpReference.Builder builder) Constructor that initializes the object based on literal property values passed by theStaticIpReference.Builder
.