Package com.vmware.nsx_policy.model
Class OdsRunbookInvocationStepInfo.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.OdsRunbookInvocationStepInfo.Builder
-
- Enclosing class:
- OdsRunbookInvocationStepInfo
public static final class OdsRunbookInvocationStepInfo.Builder extends java.lang.Object
Builder class forOdsRunbookInvocationStepInfo
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofOdsRunbookInvocationStepInfo
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofOdsRunbookInvocationStepInfo
.
-
-
Method Detail
-
setActionResult
public OdsRunbookInvocationStepInfo.Builder setActionResult(java.lang.String actionResult)
The description of results of performed actions in the step. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
actionResult
- New value for the property.
-
setActionSummary
public OdsRunbookInvocationStepInfo.Builder setActionSummary(java.lang.String actionSummary)
Summary of performed actions in the step. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
actionSummary
- New value for the property.
-
setArtifacts
public OdsRunbookInvocationStepInfo.Builder setArtifacts(java.util.List<java.lang.String> artifacts)
The collection of associated artifact list. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
artifacts
- New value for the property.
-
setStepId
public OdsRunbookInvocationStepInfo.Builder setStepId(java.lang.Long stepId)
The sequence number of a step in the invocation of an Online Diagnostic System Runbook. format: int32 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
stepId
- New value for the property.
-
build
public OdsRunbookInvocationStepInfo build()
-
-