Class WorkflowGroupComponent.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetappsmanagement.model.WorkflowGroupComponent.Builder
 
- 
- Enclosing class:
- WorkflowGroupComponent
 
 public static class WorkflowGroupComponent.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowGroupComponentbuild()WorkflowGroupComponent.Buildercopy(WorkflowGroupComponent model)WorkflowGroupComponent.BuildergroupName(String groupName)Name of the group.WorkflowGroupComponent.Buildersteps(List<String> steps)Tasks within the Group.
 
- 
- 
- 
Method Detail- 
groupNamepublic WorkflowGroupComponent.Builder groupName(String groupName) Name of the group.- Parameters:
- groupName- the value to set
- Returns:
- this builder
 
 - 
stepspublic 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
 
 - 
buildpublic WorkflowGroupComponent build() 
 - 
copypublic WorkflowGroupComponent.Builder copy(WorkflowGroupComponent model) 
 
- 
 
-