public static final class WindowsFeatureUpdateProfile.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
WindowsFeatureUpdateProfile |
build() |
WindowsFeatureUpdateProfile.Builder |
createdDateTime(OffsetDateTime createdDateTime)
“The date time that the profile was created.”
|
WindowsFeatureUpdateProfile.Builder |
description(String description)
“The description of the profile which is specified by the user.”
|
WindowsFeatureUpdateProfile.Builder |
displayName(String displayName)
“The display name of the profile.”
|
WindowsFeatureUpdateProfile.Builder |
featureUpdateVersion(String featureUpdateVersion)
“The feature update version that will be deployed to the devices targeted by this
profile.
|
WindowsFeatureUpdateProfile.Builder |
id(String id) |
WindowsFeatureUpdateProfile.Builder |
lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
“The date time that the profile was last modified.”
|
public WindowsFeatureUpdateProfile.Builder id(String id)
public WindowsFeatureUpdateProfile.Builder displayName(String displayName)
displayName - value of displayName property (as defined in service metadata)this (for method chaining)public WindowsFeatureUpdateProfile.Builder description(String description)
description - value of description property (as defined in service metadata)this (for method chaining)public WindowsFeatureUpdateProfile.Builder featureUpdateVersion(String featureUpdateVersion)
featureUpdateVersion - value of featureUpdateVersion property (as defined in service metadata)this (for method chaining)public WindowsFeatureUpdateProfile.Builder createdDateTime(OffsetDateTime createdDateTime)
createdDateTime - value of createdDateTime property (as defined in service metadata)this (for method chaining)public WindowsFeatureUpdateProfile.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
lastModifiedDateTime - value of lastModifiedDateTime property (as defined in service metadata)this (for method chaining)public WindowsFeatureUpdateProfile build()
Copyright © 2018–2020. All rights reserved.