public static class PipelineRunningProcessSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PipelineRunningProcessSummary |
build() |
PipelineRunningProcessSummary.Builder |
copy(PipelineRunningProcessSummary model) |
PipelineRunningProcessSummary.Builder |
lastRecordLagInSeconds(Float lastRecordLagInSeconds)
The latency, in seconds, of a process running in a replication.
|
PipelineRunningProcessSummary.Builder |
name(String name)
An object’s Display Name.
|
PipelineRunningProcessSummary.Builder |
processType(ProcessType processType)
The type of process running in a replication.
|
PipelineRunningProcessSummary.Builder |
status(ProcessStatusType status)
The status of the Extract or Replicat process.
|
PipelineRunningProcessSummary.Builder |
timeLastProcessed(Date timeLastProcessed)
The date and time the last record was processed by an Extract or Replicat.
|
public PipelineRunningProcessSummary.Builder name(String name)
An object’s Display Name.
name
- the value to setpublic PipelineRunningProcessSummary.Builder processType(ProcessType processType)
The type of process running in a replication. For example, Extract or Replicat. This option applies when retrieving running processes.
processType
- the value to setpublic PipelineRunningProcessSummary.Builder status(ProcessStatusType status)
The status of the Extract or Replicat process. This option applies when retrieving running processes.
status
- the value to setpublic PipelineRunningProcessSummary.Builder lastRecordLagInSeconds(Float lastRecordLagInSeconds)
The latency, in seconds, of a process running in a replication. This option applies when retrieving running processes.
lastRecordLagInSeconds
- the value to setpublic PipelineRunningProcessSummary.Builder timeLastProcessed(Date timeLastProcessed)
The date and time the last record was processed by an Extract or Replicat. This option
applies when retrieving running processes. The format is defined by
RFC3339, such as 2024-07-25T21:10:29.600Z
.
timeLastProcessed
- the value to setpublic PipelineRunningProcessSummary build()
public PipelineRunningProcessSummary.Builder copy(PipelineRunningProcessSummary model)
Copyright © 2016–2024. All rights reserved.