Class DomainGovernanceSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.tenantmanagercontrolplane.model.DomainGovernanceSummary.Builder
 
- 
- Enclosing class:
- DomainGovernanceSummary
 
 public static class DomainGovernanceSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DomainGovernanceSummarybuild()DomainGovernanceSummary.Buildercopy(DomainGovernanceSummary model)DomainGovernanceSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.DomainGovernanceSummary.BuilderdomainId(String domainId)The OCID of the domain associated with this domain governance entity.DomainGovernanceSummary.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.DomainGovernanceSummary.Builderid(String id)The OCID of the domain governance entity.DomainGovernanceSummary.BuilderisGovernanceEnabled(Boolean isGovernanceEnabled)Indicates whether governance is enabled for this domain.DomainGovernanceSummary.BuilderlifecycleState(DomainGovernance.LifecycleState lifecycleState)The lifecycle state of the domain governance entity.DomainGovernanceSummary.BuilderonsSubscriptionId(String onsSubscriptionId)The ONS subscription associated with this domain governance entity.DomainGovernanceSummary.BuilderonsTopicId(String onsTopicId)The ONS topic associated with this domain governance entity.DomainGovernanceSummary.BuilderownerId(String ownerId)The OCID of the tenancy that owns this domain governance entity.DomainGovernanceSummary.BuildersubscriptionEmail(String subscriptionEmail)Email address to be used to notify the user, and that the ONS subscription will be created with.DomainGovernanceSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)Usage of system tag keys.DomainGovernanceSummary.BuildertimeCreated(Date timeCreated)Date-time when this domain governance was created.DomainGovernanceSummary.BuildertimeUpdated(Date timeUpdated)Date-time when this domain governance was last updated.
 
- 
- 
- 
Method Detail- 
idpublic DomainGovernanceSummary.Builder id(String id) The OCID of the domain governance entity.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
ownerIdpublic DomainGovernanceSummary.Builder ownerId(String ownerId) The OCID of the tenancy that owns this domain governance entity.- Parameters:
- ownerId- the value to set
- Returns:
- this builder
 
 - 
domainIdpublic DomainGovernanceSummary.Builder domainId(String domainId) The OCID of the domain associated with this domain governance entity.- Parameters:
- domainId- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic DomainGovernanceSummary.Builder lifecycleState(DomainGovernance.LifecycleState lifecycleState) The lifecycle state of the domain governance entity.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
isGovernanceEnabledpublic DomainGovernanceSummary.Builder isGovernanceEnabled(Boolean isGovernanceEnabled) Indicates whether governance is enabled for this domain.- Parameters:
- isGovernanceEnabled- the value to set
- Returns:
- this builder
 
 - 
subscriptionEmailpublic DomainGovernanceSummary.Builder subscriptionEmail(String subscriptionEmail) Email address to be used to notify the user, and that the ONS subscription will be created with.- Parameters:
- subscriptionEmail- the value to set
- Returns:
- this builder
 
 - 
onsTopicIdpublic DomainGovernanceSummary.Builder onsTopicId(String onsTopicId) The ONS topic associated with this domain governance entity.- Parameters:
- onsTopicId- the value to set
- Returns:
- this builder
 
 - 
onsSubscriptionIdpublic DomainGovernanceSummary.Builder onsSubscriptionId(String onsSubscriptionId) The ONS subscription associated with this domain governance entity.- Parameters:
- onsSubscriptionId- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic DomainGovernanceSummary.Builder timeCreated(Date timeCreated) Date-time when this domain governance was created.An RFC 3339-formatted date and time string. - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic DomainGovernanceSummary.Builder timeUpdated(Date timeUpdated) Date-time when this domain governance was last updated.An RFC 3339-formatted date and time string. - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic DomainGovernanceSummary.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”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic DomainGovernanceSummary.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”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic DomainGovernanceSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags) Usage of system tag keys.These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic DomainGovernanceSummary build() 
 - 
copypublic DomainGovernanceSummary.Builder copy(DomainGovernanceSummary model) 
 
- 
 
-