public static class PipelineInitializationStep.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PipelineInitializationStep |
build() |
PipelineInitializationStep.Builder |
copy(PipelineInitializationStep model) |
PipelineInitializationStep.Builder |
messages(List<StepMessage> messages)
The list of messages for each step while running.
|
PipelineInitializationStep.Builder |
name(String name)
An object’s Display Name.
|
PipelineInitializationStep.Builder |
percentComplete(Integer percentComplete)
Shows the percentage complete of each recipe step during pipeline initialization.
|
PipelineInitializationStep.Builder |
status(StepStatusType status)
Status of the steps in a recipe.
|
PipelineInitializationStep.Builder |
timeFinished(Date timeFinished)
The date and time the request was finished.
|
PipelineInitializationStep.Builder |
timeStarted(Date timeStarted)
The date and time the request was started.
|
public PipelineInitializationStep.Builder name(String name)
An object’s Display Name.
name
- the value to setpublic PipelineInitializationStep.Builder status(StepStatusType status)
Status of the steps in a recipe. This option applies during pipeline initialization.
status
- the value to setpublic PipelineInitializationStep.Builder percentComplete(Integer percentComplete)
Shows the percentage complete of each recipe step during pipeline initialization.
percentComplete
- the value to setpublic PipelineInitializationStep.Builder timeStarted(Date timeStarted)
The date and time the request was started. The format is defined by
RFC3339, such as 2016-08-25T21:10:29.600Z
.
timeStarted
- the value to setpublic PipelineInitializationStep.Builder timeFinished(Date timeFinished)
The date and time the request was finished. The format is defined by
RFC3339, such as 2016-08-25T21:10:29.600Z
.
timeFinished
- the value to setpublic PipelineInitializationStep.Builder messages(List<StepMessage> messages)
The list of messages for each step while running.
messages
- the value to setpublic PipelineInitializationStep build()
public PipelineInitializationStep.Builder copy(PipelineInitializationStep model)
Copyright © 2016–2024. All rights reserved.