public static class StepSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
StepSummary |
build() |
StepSummary.Builder |
copy(StepSummary model) |
StepSummary.Builder |
description(String description)
Description of the step Execution
|
StepSummary.Builder |
isRollbackTask(Boolean isRollbackTask)
Is this a rollback task?
|
StepSummary.Builder |
sequence(String sequence)
The sequence of the step
|
StepSummary.Builder |
status(JobStatus status)
Status of the Task
|
StepSummary.Builder |
stepName(String stepName)
Name of the Step
|
StepSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
StepSummary.Builder |
taskRecordId(String taskRecordId)
The OCID of taskRecord assocaited with the step
|
StepSummary.Builder |
timeEnded(Date timeEnded)
The time the task ended.
|
StepSummary.Builder |
timeStarted(Date timeStarted)
The time the task started.
|
public StepSummary.Builder taskRecordId(String taskRecordId)
The OCID of taskRecord assocaited with the step
taskRecordId
- the value to setpublic StepSummary.Builder stepName(String stepName)
Name of the Step
stepName
- the value to setpublic StepSummary.Builder sequence(String sequence)
The sequence of the step
sequence
- the value to setpublic StepSummary.Builder status(JobStatus status)
Status of the Task
status
- the value to setpublic StepSummary.Builder timeStarted(Date timeStarted)
The time the task started. An RFC3339 formatted datetime string
timeStarted
- the value to setpublic StepSummary.Builder timeEnded(Date timeEnded)
The time the task ended. An RFC3339 formatted datetime string
timeEnded
- the value to setpublic StepSummary.Builder isRollbackTask(Boolean isRollbackTask)
Is this a rollback task?
isRollbackTask
- the value to setpublic StepSummary.Builder description(String description)
Description of the step Execution
description
- the value to setpublic StepSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic StepSummary build()
public StepSummary.Builder copy(StepSummary model)
Copyright © 2016–2024. All rights reserved.