Annotation Type CustomType.Builder


  • @Retention(RUNTIME)
    @Target(TYPE)
    public static @interface CustomType.Builder
    Annotation used by a Pulumi provider to mark a builder for a complex property type so that it can be instantiated by the Pulumi runtime.

    The setter must take a parameter annotated with CustomType.Parameter that map to the resultant @see Struct returned by the engine.