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.
      • displayName

        PipelineBlueprint.Builder displayName​(String displayName)

        The display name of the blueprint.

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

        PipelineBlueprint.Builder displayDescription​(String displayDescription)

        A description of the blueprint.

        Parameters:
        displayDescription - A description of the blueprint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • service

        PipelineBlueprint.Builder service​(String service)

        The name of the service that the blueprint is associated with.

        Parameters:
        service - The name of the service that the blueprint is associated with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • useCase

        PipelineBlueprint.Builder useCase​(String useCase)

        The use case that the blueprint relates to.

        Parameters:
        useCase - The use case that the blueprint relates to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.