Interface PipelineBlueprint.Builder

    • Method Detail

      • blueprintName

        PipelineBlueprint.Builder blueprintName​(String blueprintName)

        The name of the blueprint.

        Parameters:
        blueprintName - The name of the blueprint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pipelineConfigurationBody

        PipelineBlueprint.Builder pipelineConfigurationBody​(String pipelineConfigurationBody)

        The YAML configuration of the blueprint.

        Parameters:
        pipelineConfigurationBody - The YAML configuration of the blueprint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.