public static final class WindowsMalwareInformation.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
WindowsMalwareInformation.Builder |
additionalInformationUrl(String additionalInformationUrl)
“Information URL to learn more about the malware”
|
WindowsMalwareInformation |
build() |
WindowsMalwareInformation.Builder |
category(WindowsMalwareCategory category)
“Category of the malware”
|
WindowsMalwareInformation.Builder |
displayName(String displayName)
“Malware name”
|
WindowsMalwareInformation.Builder |
id(String id) |
WindowsMalwareInformation.Builder |
lastDetectionDateTime(OffsetDateTime lastDetectionDateTime)
“The last time the malware is detected”
|
WindowsMalwareInformation.Builder |
severity(WindowsMalwareSeverity severity)
“Severity of the malware”
|
public WindowsMalwareInformation.Builder id(String id)
public WindowsMalwareInformation.Builder displayName(String displayName)
displayName - value of displayName property (as defined in service metadata)this (for method chaining)public WindowsMalwareInformation.Builder additionalInformationUrl(String additionalInformationUrl)
additionalInformationUrl - value of additionalInformationUrl property (as defined in service metadata)this (for method chaining)public WindowsMalwareInformation.Builder severity(WindowsMalwareSeverity severity)
severity - value of severity property (as defined in service metadata)this (for method chaining)public WindowsMalwareInformation.Builder category(WindowsMalwareCategory category)
category - value of category property (as defined in service metadata)this (for method chaining)public WindowsMalwareInformation.Builder lastDetectionDateTime(OffsetDateTime lastDetectionDateTime)
lastDetectionDateTime - value of lastDetectionDateTime property (as defined in service metadata)this (for method chaining)public WindowsMalwareInformation build()
Copyright © 2018–2020. All rights reserved.