public static class RetryDrPlanExecutionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RetryDrPlanExecutionDetails |
build() |
RetryDrPlanExecutionDetails.Builder |
copy(RetryDrPlanExecutionDetails model) |
RetryDrPlanExecutionDetails.Builder |
groupId(String groupId)
The unique id of the group to retry as a whole, or the group containing the step being
retried.
|
RetryDrPlanExecutionDetails.Builder |
stepId(String stepId)
The unique id of the step to retry (optional).
|
public RetryDrPlanExecutionDetails.Builder groupId(String groupId)
The unique id of the group to retry as a whole, or the group containing the step being retried.
Example: sgid1.group..uniqueID
groupId
- the value to setpublic RetryDrPlanExecutionDetails.Builder stepId(String stepId)
The unique id of the step to retry (optional). Only needed when retrying a step.
Example: sgid1.step..uniqueID
stepId
- the value to setpublic RetryDrPlanExecutionDetails build()
public RetryDrPlanExecutionDetails.Builder copy(RetryDrPlanExecutionDetails model)
Copyright © 2016–2024. All rights reserved.