public static class PostInstallationActionSettings.Builder extends Object
Constructor and Description |
---|
Builder() |
public PostInstallationActionSettings.Builder disabledTlsVersions(List<TlsVersions> disabledTlsVersions)
The following post JRE installation actions are supported by the field: - Disable TLS 1.0 , TLS 1.1
disabledTlsVersions
- the value to setpublic PostInstallationActionSettings.Builder shouldReplaceCertificatesOperatingSystem(Boolean shouldReplaceCertificatesOperatingSystem)
Restores JDK root certificates with the certificates that are available in the operating system. The following action is supported by the field: - Replace JDK root certificates with a list provided by the operating system.
shouldReplaceCertificatesOperatingSystem
- the value to setpublic PostInstallationActionSettings.Builder minimumKeySizeSettings(MinimumKeySizeSettings minimumKeySizeSettings)
public PostInstallationActionSettings.Builder addLoggingHandler(Boolean addLoggingHandler)
Sets FileHandler and ConsoleHandler as handlers in logging.properties file.
addLoggingHandler
- the value to setpublic PostInstallationActionSettings.Builder globalLoggingLevel(GlobalLoggingLevel globalLoggingLevel)
Sets the logging level in logging.properties file.
globalLoggingLevel
- the value to setpublic PostInstallationActionSettings.Builder proxies(Proxies proxies)
public PostInstallationActionSettings build()
public PostInstallationActionSettings.Builder copy(PostInstallationActionSettings model)
Copyright © 2016–2024. All rights reserved.