Package org.cdk8s

Class IncludeProps.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • url

        @Stability(Stable)
        public IncludeProps.Builder url​(String url)
        Sets the value of IncludeProps.getUrl()
        Parameters:
        url - Local file path or URL which includes a Kubernetes YAML manifest. This parameter is required.
        Returns:
        this
      • build

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