Class Assets.Builder

  • All Implemented Interfaces:
    software.amazon.jsii.Builder<Assets>
    Enclosing interface:
    Assets

    @Stability(Experimental)
    public static final class Assets.Builder
    extends Object
    implements software.amazon.jsii.Builder<Assets>
    A builder for Assets
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • links

        @Stability(Experimental)
        public Assets.Builder links​(List<? extends Link> links)
        Sets the value of Assets.getLinks()
        Parameters:
        links - Include asset links in the release. This parameter is required.
        Returns:
        this
      • build

        @Stability(Experimental)
        public Assets build()
        Builds the configured instance.
        Specified by:
        build in interface software.amazon.jsii.Builder<Assets>
        Returns:
        a new instance of Assets
        Throws:
        NullPointerException - if any required attribute was not provided