Package com.oracle.bmc.datacatalog.model
Class CreateCatalogPrivateEndpointDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.datacatalog.model.CreateCatalogPrivateEndpointDetails.Builder
 
- 
- Enclosing class:
- CreateCatalogPrivateEndpointDetails
 
 public static class CreateCatalogPrivateEndpointDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
dnsZonespublic CreateCatalogPrivateEndpointDetails.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
 
 - 
subnetIdpublic CreateCatalogPrivateEndpointDetails.Builder subnetId(String subnetId) The OCID of subnet to which the reverse connection is to be created- Parameters:
- subnetId- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic CreateCatalogPrivateEndpointDetails.Builder compartmentId(String compartmentId) Compartment identifier.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic CreateCatalogPrivateEndpointDetails.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 CreateCatalogPrivateEndpointDetails.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
 
 - 
displayNamepublic CreateCatalogPrivateEndpointDetails.Builder displayName(String displayName) Display name of the private endpoint resource being created.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateCatalogPrivateEndpointDetails build() 
 - 
copypublic CreateCatalogPrivateEndpointDetails.Builder copy(CreateCatalogPrivateEndpointDetails model) 
 
- 
 
-