public static class OperationRunbook.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OperationRunbook |
build() |
OperationRunbook.Builder |
copy(OperationRunbook model) |
OperationRunbook.Builder |
id(String id)
The ID of the Runbook
|
OperationRunbook.Builder |
inputParameters(List<InputParameter> inputParameters)
Input Parameters for the Task
|
public OperationRunbook.Builder id(String id)
The ID of the Runbook
id
- the value to setpublic OperationRunbook.Builder inputParameters(List<InputParameter> inputParameters)
Input Parameters for the Task
inputParameters
- the value to setpublic OperationRunbook build()
public OperationRunbook.Builder copy(OperationRunbook model)
Copyright © 2016–2024. All rights reserved.