| Modifier and Type | Method and Description |
|---|---|
PolicySet |
build() |
PolicySet.Builder |
createdDateTime(OffsetDateTime createdDateTime)
“Creation time of the PolicySet.”
|
PolicySet.Builder |
description(String description)
“Description of the PolicySet.”
|
PolicySet.Builder |
displayName(String displayName)
“DisplayName of the PolicySet.”
|
PolicySet.Builder |
errorCode(ErrorCode errorCode)
“Error code if any occured.”
|
PolicySet.Builder |
guidedDeploymentTags(List<String> guidedDeploymentTags)
“Tags of the guided deployment”
|
PolicySet.Builder |
guidedDeploymentTags(String... guidedDeploymentTags)
“Tags of the guided deployment”
|
PolicySet.Builder |
guidedDeploymentTagsNextLink(String guidedDeploymentTagsNextLink)
“Tags of the guided deployment”
|
PolicySet.Builder |
id(String id) |
PolicySet.Builder |
lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
“Last modified time of the PolicySet.”
|
PolicySet.Builder |
roleScopeTags(List<String> roleScopeTags)
“RoleScopeTags of the PolicySet”
|
PolicySet.Builder |
roleScopeTags(String... roleScopeTags)
“RoleScopeTags of the PolicySet”
|
PolicySet.Builder |
roleScopeTagsNextLink(String roleScopeTagsNextLink)
“RoleScopeTags of the PolicySet”
|
PolicySet.Builder |
status(PolicySetStatus status)
“Validation/assignment status of the PolicySet.”
|
public PolicySet.Builder id(String id)
public PolicySet.Builder createdDateTime(OffsetDateTime createdDateTime)
createdDateTime - value of createdDateTime property (as defined in service metadata)this (for method chaining)public PolicySet.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
lastModifiedDateTime - value of lastModifiedDateTime property (as defined in service metadata)this (for method chaining)public PolicySet.Builder displayName(String displayName)
displayName - value of displayName property (as defined in service metadata)this (for method chaining)public PolicySet.Builder description(String description)
description - value of description property (as defined in service metadata)this (for method chaining)public PolicySet.Builder status(PolicySetStatus status)
status - value of status property (as defined in service metadata)this (for method chaining)public PolicySet.Builder errorCode(ErrorCode errorCode)
errorCode - value of errorCode property (as defined in service metadata)this (for method chaining)public PolicySet.Builder guidedDeploymentTags(List<String> guidedDeploymentTags)
guidedDeploymentTags - value of guidedDeploymentTags property (as defined in service metadata)this (for method chaining)public PolicySet.Builder guidedDeploymentTags(String... guidedDeploymentTags)
guidedDeploymentTags - value of guidedDeploymentTags property (as defined in service metadata)this (for method chaining)public PolicySet.Builder guidedDeploymentTagsNextLink(String guidedDeploymentTagsNextLink)
guidedDeploymentTagsNextLink - value of guidedDeploymentTags@nextLink property (as defined in service metadata)this (for method chaining)public PolicySet.Builder roleScopeTags(List<String> roleScopeTags)
roleScopeTags - value of roleScopeTags property (as defined in service metadata)this (for method chaining)public PolicySet.Builder roleScopeTags(String... roleScopeTags)
roleScopeTags - value of roleScopeTags property (as defined in service metadata)this (for method chaining)public PolicySet.Builder roleScopeTagsNextLink(String roleScopeTagsNextLink)
roleScopeTagsNextLink - value of roleScopeTags@nextLink property (as defined in service metadata)this (for method chaining)public PolicySet build()
Copyright © 2018–2020. All rights reserved.