Interface PipelineTopology.UpdateStages.WithParameters

    • Method Detail

      • withParameters

        PipelineTopology.Update withParameters​(List<ParameterDeclaration> parameters)
        Specifies the parameters property: List of the topology parameter declarations. Parameters declared here can be referenced throughout the topology nodes through the use of "${PARAMETER_NAME}" string pattern. Parameters can have optional default values and can later be defined in individual instances of the pipeline..
        Parameters:
        parameters - List of the topology parameter declarations. Parameters declared here can be referenced throughout the topology nodes through the use of "${PARAMETER_NAME}" string pattern. Parameters can have optional default values and can later be defined in individual instances of the pipeline.
        Returns:
        the next definition stage.