public static final class WindowsMalwareStateCount.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
WindowsMalwareStateCount |
build() |
WindowsMalwareStateCount.Builder |
deviceCount(Integer deviceCount)
“Count of devices with malware detections for this malware State”
|
WindowsMalwareStateCount.Builder |
lastUpdateDateTime(OffsetDateTime lastUpdateDateTime)
“The Timestamp of the last update for the device count in UTC”
|
WindowsMalwareStateCount.Builder |
state(WindowsMalwareThreatState state)
“Malware Threat State”
|
public WindowsMalwareStateCount.Builder state(WindowsMalwareThreatState state)
state - value of state property (as defined in service metadata)this (for method chaining)public WindowsMalwareStateCount.Builder deviceCount(Integer deviceCount)
deviceCount - value of deviceCount property (as defined in service metadata)this (for method chaining)public WindowsMalwareStateCount.Builder lastUpdateDateTime(OffsetDateTime lastUpdateDateTime)
lastUpdateDateTime - value of lastUpdateDateTime property (as defined in service metadata)this (for method chaining)public WindowsMalwareStateCount build()
Copyright © 2018–2020. All rights reserved.