Package com.oracle.bmc.datacatalog.model
Class CatalogPrivateEndpointSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.datacatalog.model.CatalogPrivateEndpointSummary.Builder
 
- 
- Enclosing class:
- CatalogPrivateEndpointSummary
 
 public static class CatalogPrivateEndpointSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CatalogPrivateEndpointSummary.BuilderattachedCatalogs(List<String> attachedCatalogs)The list of catalogs using the private reverse connection endpointCatalogPrivateEndpointSummarybuild()CatalogPrivateEndpointSummary.BuildercompartmentId(String compartmentId)Identifier of the compartment this private endpoint belongs toCatalogPrivateEndpointSummary.Buildercopy(CatalogPrivateEndpointSummary model)CatalogPrivateEndpointSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Usage of predefined tag keys.CatalogPrivateEndpointSummary.BuilderdisplayName(String displayName)Mutable name of the Private Reverse Connection EndpointCatalogPrivateEndpointSummary.BuilderdnsZones(List<String> dnsZones)List of DNS zones to be used by the data assets to be harvested.CatalogPrivateEndpointSummary.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type, or scope.CatalogPrivateEndpointSummary.Builderid(String id)Unique identifier that is immutableCatalogPrivateEndpointSummary.BuilderlifecycleDetails(String lifecycleDetails)A message describing the current state in more detail.CatalogPrivateEndpointSummary.BuilderlifecycleState(LifecycleState lifecycleState)The current state of the private endpoint resource.CatalogPrivateEndpointSummary.Builderlocks(List<ResourceLock> locks)Locks associated with this resource.CatalogPrivateEndpointSummary.BuildersubnetId(String subnetId)Subnet IdentifierCatalogPrivateEndpointSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.CatalogPrivateEndpointSummary.BuildertimeCreated(Date timeCreated)The time the private endpoint was created.CatalogPrivateEndpointSummary.BuildertimeUpdated(Date timeUpdated)The time the private endpoint was updated.
 
- 
- 
- 
Method Detail- 
idpublic CatalogPrivateEndpointSummary.Builder id(String id) Unique identifier that is immutable- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
subnetIdpublic CatalogPrivateEndpointSummary.Builder subnetId(String subnetId) Subnet Identifier- Parameters:
- subnetId- the value to set
- Returns:
- this builder
 
 - 
dnsZonespublic CatalogPrivateEndpointSummary.Builder dnsZones(List<String> dnsZones) List of DNS zones to be used by the data assets to be harvested.Example: custpvtsubnet.oraclevcn.com for data asset: db.custpvtsubnet.oraclevcn.com - Parameters:
- dnsZones- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic CatalogPrivateEndpointSummary.Builder compartmentId(String compartmentId) Identifier of the compartment this private endpoint belongs to- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic CatalogPrivateEndpointSummary.Builder timeCreated(Date timeCreated) The time the private endpoint was created.An RFC3339 formatted datetime string. - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic CatalogPrivateEndpointSummary.Builder timeUpdated(Date timeUpdated) The time the private endpoint was updated.An RFC3339 formatted datetime string. - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic CatalogPrivateEndpointSummary.Builder displayName(String displayName) Mutable name of the Private Reverse Connection Endpoint- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic CatalogPrivateEndpointSummary.Builder lifecycleDetails(String lifecycleDetails) A message describing the current state in more detail.For example, can be used to provide actionable information for a resource in ‘Failed’ state. - Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic CatalogPrivateEndpointSummary.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
 
 - 
systemTagspublic CatalogPrivateEndpointSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags) System tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud": {"free-tier-retained": "true"}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic CatalogPrivateEndpointSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags) Usage of predefined tag keys.These predefined keys are scoped to namespaces. Example: {“foo-namespace”: {“bar-key”: “value”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic CatalogPrivateEndpointSummary.Builder lifecycleState(LifecycleState lifecycleState) The current state of the private endpoint resource.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
attachedCatalogspublic CatalogPrivateEndpointSummary.Builder attachedCatalogs(List<String> attachedCatalogs) The list of catalogs using the private reverse connection endpoint- Parameters:
- attachedCatalogs- the value to set
- Returns:
- this builder
 
 - 
lockspublic CatalogPrivateEndpointSummary.Builder locks(List<ResourceLock> locks) Locks associated with this resource.- Parameters:
- locks- the value to set
- Returns:
- this builder
 
 - 
buildpublic CatalogPrivateEndpointSummary build() 
 - 
copypublic CatalogPrivateEndpointSummary.Builder copy(CatalogPrivateEndpointSummary model) 
 
- 
 
-