public static class UpdateGovernanceRuleDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateGovernanceRuleDetails |
build() |
UpdateGovernanceRuleDetails.Builder |
copy(UpdateGovernanceRuleDetails model) |
UpdateGovernanceRuleDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
UpdateGovernanceRuleDetails.Builder |
description(String description)
Description of the governance rule.
|
UpdateGovernanceRuleDetails.Builder |
displayName(String displayName)
Display name of the governance rule.
|
UpdateGovernanceRuleDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
UpdateGovernanceRuleDetails.Builder |
relatedResourceId(String relatedResourceId)
The Oracle ID
(OCID) of the
resource, which was used as a template to create this governance rule.
|
UpdateGovernanceRuleDetails.Builder |
template(Template template) |
public UpdateGovernanceRuleDetails.Builder displayName(String displayName)
Display name of the governance rule.
displayName
- the value to setpublic UpdateGovernanceRuleDetails.Builder description(String description)
Description of the governance rule.
description
- the value to setpublic UpdateGovernanceRuleDetails.Builder template(Template template)
public UpdateGovernanceRuleDetails.Builder relatedResourceId(String relatedResourceId)
The Oracle ID (OCID) of the resource, which was used as a template to create this governance rule.
relatedResourceId
- the value to setpublic UpdateGovernanceRuleDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic UpdateGovernanceRuleDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic UpdateGovernanceRuleDetails build()
public UpdateGovernanceRuleDetails.Builder copy(UpdateGovernanceRuleDetails model)
Copyright © 2016–2024. All rights reserved.