Class StaticIpAttachmentArgs.Builder

  • Enclosing class:
    StaticIpAttachmentArgs

    public static final class StaticIpAttachmentArgs.Builder
    extends java.lang.Object
    • Method Detail

      • instanceName

        public StaticIpAttachmentArgs.Builder instanceName​(com.pulumi.core.Output<java.lang.String> instanceName)
        Parameters:
        instanceName - The name of the Lightsail instance to attach the IP to
        Returns:
        builder
      • instanceName

        public StaticIpAttachmentArgs.Builder instanceName​(java.lang.String instanceName)
        Parameters:
        instanceName - The name of the Lightsail instance to attach the IP to
        Returns:
        builder
      • staticIpName

        public StaticIpAttachmentArgs.Builder staticIpName​(com.pulumi.core.Output<java.lang.String> staticIpName)
        Parameters:
        staticIpName - The name of the allocated static IP
        Returns:
        builder
      • staticIpName

        public StaticIpAttachmentArgs.Builder staticIpName​(java.lang.String staticIpName)
        Parameters:
        staticIpName - The name of the allocated static IP
        Returns:
        builder