public static class AssociatedLocalTaskDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public AssociatedLocalTaskDetails.Builder executionDetails(ExecutionDetails executionDetails)
public AssociatedLocalTaskDetails.Builder description(String description)
The description of the task.
description
- the value to setpublic AssociatedLocalTaskDetails.Builder platform(String platform)
The platform of the runbook.
platform
- the value to setpublic AssociatedLocalTaskDetails.Builder isCopyToLibraryEnabled(Boolean isCopyToLibraryEnabled)
Make a copy of this task in Library
isCopyToLibraryEnabled
- the value to setpublic AssociatedLocalTaskDetails.Builder osType(OsType osType)
The OS for the task.
osType
- the value to setpublic AssociatedLocalTaskDetails.Builder properties(Properties properties)
public AssociatedLocalTaskDetails.Builder isDiscoveryOutputTask(Boolean isDiscoveryOutputTask)
Is this a discovery output task?
isDiscoveryOutputTask
- the value to setpublic AssociatedLocalTaskDetails.Builder isApplySubjectTask(Boolean isApplySubjectTask)
Is this an Apply Subject Task? Ex. Patch Execution Task
isApplySubjectTask
- the value to setpublic AssociatedLocalTaskDetails.Builder name(String name)
The name of the task
name
- the value to setpublic AssociatedLocalTaskDetails build()
public AssociatedLocalTaskDetails.Builder copy(AssociatedLocalTaskDetails model)
Copyright © 2016–2024. All rights reserved.