Interface PipelineBlueprint.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PipelineBlueprint.Builder,PipelineBlueprint>, SdkBuilder<PipelineBlueprint.Builder,PipelineBlueprint>, SdkPojo
Enclosing class:
PipelineBlueprint

public static interface PipelineBlueprint.Builder extends SdkPojo, CopyableBuilder<PipelineBlueprint.Builder,PipelineBlueprint>
  • Method Details

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