Class WorkflowGroupComponent.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.WorkflowGroupComponent.Builder
-
- Enclosing class:
- WorkflowGroupComponent
public static class WorkflowGroupComponent.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowGroupComponent
build()
WorkflowGroupComponent.Builder
copy(WorkflowGroupComponent model)
WorkflowGroupComponent.Builder
groupName(String groupName)
Name of the group.WorkflowGroupComponent.Builder
steps(List<String> steps)
Tasks within the Group.
-
-
-
Method Detail
-
groupName
public WorkflowGroupComponent.Builder groupName(String groupName)
Name of the group.- Parameters:
groupName
- the value to set- Returns:
- this builder
-
steps
public WorkflowGroupComponent.Builder steps(List<String> steps)
Tasks within the Group.Provide the stepName for all applicable tasks.
- Parameters:
steps
- the value to set- Returns:
- this builder
-
build
public WorkflowGroupComponent build()
-
copy
public WorkflowGroupComponent.Builder copy(WorkflowGroupComponent model)
-
-