public static final class WindowsDefenderApplicationControlSupplementalPolicy.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
WindowsDefenderApplicationControlSupplementalPolicy |
build() |
WindowsDefenderApplicationControlSupplementalPolicy.Builder |
content(byte[] content)
“The WindowsDefenderApplicationControl supplemental policy content in byte array
format.”
|
WindowsDefenderApplicationControlSupplementalPolicy.Builder |
contentFileName(String contentFileName)
“The WindowsDefenderApplicationControl supplemental policy content's file name.”
|
WindowsDefenderApplicationControlSupplementalPolicy.Builder |
creationDateTime(OffsetDateTime creationDateTime)
“The date and time when the WindowsDefenderApplicationControl supplemental policy
was uploaded.”
|
WindowsDefenderApplicationControlSupplementalPolicy.Builder |
description(String description)
“The description of WindowsDefenderApplicationControl supplemental policy.”
|
WindowsDefenderApplicationControlSupplementalPolicy.Builder |
displayName(String displayName)
“The display name of WindowsDefenderApplicationControl supplemental policy.”
|
WindowsDefenderApplicationControlSupplementalPolicy.Builder |
id(String id) |
WindowsDefenderApplicationControlSupplementalPolicy.Builder |
lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
“The date and time when the WindowsDefenderApplicationControl supplemental policy
was last modified.”
|
WindowsDefenderApplicationControlSupplementalPolicy.Builder |
roleScopeTagIds(List<String> roleScopeTagIds)
“List of Scope Tags for this WindowsDefenderApplicationControl supplemental
policy entity.”
|
WindowsDefenderApplicationControlSupplementalPolicy.Builder |
roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
“List of Scope Tags for this WindowsDefenderApplicationControl supplemental
policy entity.”
|
WindowsDefenderApplicationControlSupplementalPolicy.Builder |
version(String version)
“The WindowsDefenderApplicationControl supplemental policy's version.”
|
public WindowsDefenderApplicationControlSupplementalPolicy.Builder id(String id)
public WindowsDefenderApplicationControlSupplementalPolicy.Builder displayName(String displayName)
displayName - value of displayName property (as defined in service metadata)this (for method chaining)public WindowsDefenderApplicationControlSupplementalPolicy.Builder description(String description)
description - value of description property (as defined in service metadata)this (for method chaining)public WindowsDefenderApplicationControlSupplementalPolicy.Builder content(byte[] content)
content - value of content property (as defined in service metadata)this (for method chaining)public WindowsDefenderApplicationControlSupplementalPolicy.Builder contentFileName(String contentFileName)
contentFileName - value of contentFileName property (as defined in service metadata)this (for method chaining)public WindowsDefenderApplicationControlSupplementalPolicy.Builder version(String version)
version - value of version property (as defined in service metadata)this (for method chaining)public WindowsDefenderApplicationControlSupplementalPolicy.Builder creationDateTime(OffsetDateTime creationDateTime)
creationDateTime - value of creationDateTime property (as defined in service metadata)this (for method chaining)public WindowsDefenderApplicationControlSupplementalPolicy.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
lastModifiedDateTime - value of lastModifiedDateTime property (as defined in service metadata)this (for method chaining)public WindowsDefenderApplicationControlSupplementalPolicy.Builder roleScopeTagIds(List<String> roleScopeTagIds)
roleScopeTagIds - value of roleScopeTagIds property (as defined in service metadata)this (for method chaining)public WindowsDefenderApplicationControlSupplementalPolicy.Builder roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
roleScopeTagIdsNextLink - value of roleScopeTagIds@nextLink property (as defined in service metadata)this (for method chaining)public WindowsDefenderApplicationControlSupplementalPolicy build()
Copyright © 2018–2020. All rights reserved.