public static final class OdsRunbookInvocationStepInfo.Builder
extends java.lang.Object
OdsRunbookInvocationStepInfo.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
OdsRunbookInvocationStepInfo. |
| Modifier and Type | Method and Description |
|---|---|
OdsRunbookInvocationStepInfo |
build() |
OdsRunbookInvocationStepInfo.Builder |
setActionResult(java.lang.String actionResult)
The description of results of performed actions in the step.
|
OdsRunbookInvocationStepInfo.Builder |
setActionSummary(java.lang.String actionSummary)
Summary of performed actions in the step.
|
OdsRunbookInvocationStepInfo.Builder |
setArtifacts(java.util.List<java.lang.String> artifacts)
The collection of associated artifact list.
|
OdsRunbookInvocationStepInfo.Builder |
setStepId(java.lang.Long stepId)
The sequence number of a step in the invocation of an Online Diagnostic System
runbook.
|
public Builder()
OdsRunbookInvocationStepInfo.public OdsRunbookInvocationStepInfo.Builder setActionResult(java.lang.String actionResult)
actionResult - New value for the property.public OdsRunbookInvocationStepInfo.Builder setActionSummary(java.lang.String actionSummary)
actionSummary - New value for the property.public OdsRunbookInvocationStepInfo.Builder setArtifacts(java.util.List<java.lang.String> artifacts)
artifacts - New value for the property.public OdsRunbookInvocationStepInfo.Builder setStepId(java.lang.Long stepId)
stepId - New value for the property.public OdsRunbookInvocationStepInfo build()