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