public static class FleetAgentOsConfiguration.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FleetAgentOsConfiguration |
build() |
FleetAgentOsConfiguration.Builder |
copy(FleetAgentOsConfiguration model) |
FleetAgentOsConfiguration.Builder |
excludePaths(List<String> excludePaths)
An array of file system paths (environment variables supported).
|
FleetAgentOsConfiguration.Builder |
includePaths(List<String> includePaths)
An array of file system paths (environment variables supported).
|
public FleetAgentOsConfiguration.Builder includePaths(List<String> includePaths)
An array of file system paths (environment variables supported).
includePaths
- the value to setpublic FleetAgentOsConfiguration.Builder excludePaths(List<String> excludePaths)
An array of file system paths (environment variables supported).
excludePaths
- the value to setpublic FleetAgentOsConfiguration build()
public FleetAgentOsConfiguration.Builder copy(FleetAgentOsConfiguration model)
Copyright © 2016–2024. All rights reserved.