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 Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
dnsZones
public 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
-
subnetId
public 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
-
compartmentId
public CreateCatalogPrivateEndpointDetails.Builder compartmentId(String compartmentId)
Compartment identifier.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
freeformTags
public 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
-
definedTags
public 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
-
displayName
public CreateCatalogPrivateEndpointDetails.Builder displayName(String displayName)
Display name of the private endpoint resource being created.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
build
public CreateCatalogPrivateEndpointDetails build()
-
copy
public CreateCatalogPrivateEndpointDetails.Builder copy(CreateCatalogPrivateEndpointDetails model)
-
-