Class Engine.Builder

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

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

      • Builder

        public Builder()
    • Method Detail

      • name

        @Stability(Experimental)
        public Engine.Builder name​(String name)
        Sets the value of Engine.getName()
        Parameters:
        name - Name of the secrets engine. This parameter is required.
        Returns:
        this
      • path

        @Stability(Experimental)
        public Engine.Builder path​(String path)
        Sets the value of Engine.getPath()
        Parameters:
        path - Path to the secrets engine. This parameter is required.
        Returns:
        this
      • build

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