public static class GovernanceRule.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GovernanceRule |
build() |
GovernanceRule.Builder |
compartmentId(String compartmentId)
The Oracle ID
(OCID) of the
root compartment containing the governance rule.
|
GovernanceRule.Builder |
copy(GovernanceRule model) |
GovernanceRule.Builder |
creationOption(CreationOption creationOption)
The type of option used to create the governance rule, could be one of TEMPLATE or CLONE.
|
GovernanceRule.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
GovernanceRule.Builder |
description(String description)
Description of the governance rule.
|
GovernanceRule.Builder |
displayName(String displayName)
Display name of the governance rule.
|
GovernanceRule.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
GovernanceRule.Builder |
id(String id)
The Oracle ID
(OCID) of the
governance rule.
|
GovernanceRule.Builder |
lifecycleState(GovernanceRuleLifecycleState lifecycleState)
The current state of the governance rule.
|
GovernanceRule.Builder |
relatedResourceId(String relatedResourceId)
The Oracle ID
(OCID) of the
resource, which was used as a template to create this governance rule.
|
GovernanceRule.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
GovernanceRule.Builder |
template(Template template) |
GovernanceRule.Builder |
timeCreated(Date timeCreated)
Date and time the governance rule was created.
|
GovernanceRule.Builder |
timeUpdated(Date timeUpdated)
Date and time the governance rule was updated.
|
GovernanceRule.Builder |
type(GovernanceRuleType type)
Type of the governance rule, can be one of QUOTA, TAG, ALLOWED_REGIONS.
|
public GovernanceRule.Builder id(String id)
The Oracle ID (OCID) of the governance rule.
id
- the value to setpublic GovernanceRule.Builder compartmentId(String compartmentId)
The Oracle ID (OCID) of the root compartment containing the governance rule.
compartmentId
- the value to setpublic GovernanceRule.Builder displayName(String displayName)
Display name of the governance rule.
displayName
- the value to setpublic GovernanceRule.Builder description(String description)
Description of the governance rule.
description
- the value to setpublic GovernanceRule.Builder type(GovernanceRuleType type)
Type of the governance rule, can be one of QUOTA, TAG, ALLOWED_REGIONS.
Example: QUOTA
type
- the value to setpublic GovernanceRule.Builder creationOption(CreationOption creationOption)
The type of option used to create the governance rule, could be one of TEMPLATE or CLONE.
Example: TEMPLATE
creationOption
- the value to setpublic GovernanceRule.Builder template(Template template)
public GovernanceRule.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 GovernanceRule.Builder timeCreated(Date timeCreated)
Date and time the governance rule was created. An RFC3339 formatted datetime string.
Example: 2016-08-25T21:10:29.600Z
timeCreated
- the value to setpublic GovernanceRule.Builder timeUpdated(Date timeUpdated)
Date and time the governance rule was updated. An RFC3339 formatted datetime string.
Example: 2016-08-25T21:10:29.600Z
timeUpdated
- the value to setpublic GovernanceRule.Builder lifecycleState(GovernanceRuleLifecycleState lifecycleState)
The current state of the governance rule.
lifecycleState
- the value to setpublic GovernanceRule.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 GovernanceRule.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 GovernanceRule.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic GovernanceRule build()
public GovernanceRule.Builder copy(GovernanceRule model)
Copyright © 2016–2024. All rights reserved.