Class Parallel.Builder

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

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

      • Builder

        public Builder()
    • Method Detail

      • matrix

        @Stability(Experimental)
        public Parallel.Builder matrix​(List<? extends Map<String,​? extends List<? extends Object>>> matrix)
        Sets the value of Parallel.getMatrix()
        Parameters:
        matrix - Defines different variables for jobs that are running in parallel. This parameter is required.
        Returns:
        this
      • build

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