Interface PipelineInfo.Builder

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

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

    • pipelineConfigurationTimeStamp

      PipelineInfo.Builder pipelineConfigurationTimeStamp(String pipelineConfigurationTimeStamp)

      The time when the pipeline info was configured.

      Parameters:
      pipelineConfigurationTimeStamp - The time when the pipeline info was configured.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pipelineType

      PipelineInfo.Builder pipelineType(String pipelineType)

      The type of pipeline.

      Parameters:
      pipelineType - The type of pipeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • pipelineType

      PipelineInfo.Builder pipelineType(PipelineType pipelineType)

      The type of pipeline.

      Parameters:
      pipelineType - The type of pipeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: