static PolicySet.Builder |
PolicySet.builderPolicySet() |
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
PolicySet.Builder |
PolicySet.Builder.createdDateTime(OffsetDateTime createdDateTime) |
“Creation time of the PolicySet.”
|
PolicySet.Builder |
PolicySet.Builder.description(String description) |
“Description of the PolicySet.”
|
PolicySet.Builder |
PolicySet.Builder.displayName(String displayName) |
“DisplayName of the PolicySet.”
|
PolicySet.Builder |
PolicySet.Builder.errorCode(ErrorCode errorCode) |
“Error code if any occured.”
|
PolicySet.Builder |
PolicySet.Builder.guidedDeploymentTags(String... guidedDeploymentTags) |
“Tags of the guided deployment”
|
PolicySet.Builder |
PolicySet.Builder.guidedDeploymentTags(List<String> guidedDeploymentTags) |
“Tags of the guided deployment”
|
PolicySet.Builder |
PolicySet.Builder.guidedDeploymentTagsNextLink(String guidedDeploymentTagsNextLink) |
“Tags of the guided deployment”
|
PolicySet.Builder |
PolicySet.Builder.id(String id) |
|
PolicySet.Builder |
PolicySet.Builder.lastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
“Last modified time of the PolicySet.”
|
PolicySet.Builder |
PolicySet.Builder.roleScopeTags(String... roleScopeTags) |
“RoleScopeTags of the PolicySet”
|
PolicySet.Builder |
PolicySet.Builder.roleScopeTags(List<String> roleScopeTags) |
“RoleScopeTags of the PolicySet”
|
PolicySet.Builder |
PolicySet.Builder.roleScopeTagsNextLink(String roleScopeTagsNextLink) |
“RoleScopeTags of the PolicySet”
|
PolicySet.Builder |
PolicySet.Builder.status(PolicySetStatus status) |
“Validation/assignment status of the PolicySet.”
|