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