Package com.oracle.bmc.oce.model
Class WorkflowStep.Builder
- java.lang.Object
- 
- com.oracle.bmc.oce.model.WorkflowStep.Builder
 
- 
- Enclosing class:
- WorkflowStep
 
 public static class WorkflowStep.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowStepbuild()WorkflowStep.Buildercopy(WorkflowStep model)WorkflowStep.Builderstatus(String status)workflow step statusWorkflowStep.BuilderstepName(String stepName)workflow step name
 
- 
- 
- 
Method Detail- 
stepNamepublic WorkflowStep.Builder stepName(String stepName) workflow step name- Parameters:
- stepName- the value to set
- Returns:
- this builder
 
 - 
statuspublic WorkflowStep.Builder status(String status) workflow step status- Parameters:
- status- the value to set
- Returns:
- this builder
 
 - 
buildpublic WorkflowStep build() 
 - 
copypublic WorkflowStep.Builder copy(WorkflowStep model) 
 
- 
 
-