Interface ServicePipelineState.Builder

  • Method Details

    • spec

      The service spec that was used to create the service pipeline.

      Parameters:
      spec - The service spec that was used to create the service pipeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateMajorVersion

      ServicePipelineState.Builder templateMajorVersion(String templateMajorVersion)

      The major version of the service template that was used to create the service pipeline.

      Parameters:
      templateMajorVersion - The major version of the service template that was used to create the service pipeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateMinorVersion

      ServicePipelineState.Builder templateMinorVersion(String templateMinorVersion)

      The minor version of the service template that was used to create the service pipeline.

      Parameters:
      templateMinorVersion - The minor version of the service template that was used to create the service pipeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateName

      ServicePipelineState.Builder templateName(String templateName)

      The name of the service template that was used to create the service pipeline.

      Parameters:
      templateName - The name of the service template that was used to create the service pipeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.