public static class Associations.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Associations |
build() |
Associations.Builder |
copy(Associations model) |
Associations.Builder |
executionWorkflowDetails(ExecutionWorkflowDetails executionWorkflowDetails) |
Associations.Builder |
groups(List<Group> groups)
The groups of the runbook.
|
Associations.Builder |
rollbackWorkflowDetails(RollbackWorkflowDetails rollbackWorkflowDetails) |
Associations.Builder |
tasks(List<Task> tasks)
A set of tasks to execute in the runbook.
|
Associations.Builder |
version(String version)
The version of the runbook.
|
public Associations.Builder tasks(List<Task> tasks)
A set of tasks to execute in the runbook.
tasks
- the value to setpublic Associations.Builder groups(List<Group> groups)
The groups of the runbook.
groups
- the value to setpublic Associations.Builder executionWorkflowDetails(ExecutionWorkflowDetails executionWorkflowDetails)
public Associations.Builder rollbackWorkflowDetails(RollbackWorkflowDetails rollbackWorkflowDetails)
public Associations.Builder version(String version)
The version of the runbook.
version
- the value to setpublic Associations build()
public Associations.Builder copy(Associations model)
Copyright © 2016–2024. All rights reserved.