public static class CreateCatalogPrivateEndpointDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
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
dnsZones
- the value to setpublic CreateCatalogPrivateEndpointDetails.Builder subnetId(String subnetId)
The OCID of subnet to which the reverse connection is to be created
subnetId
- the value to setpublic CreateCatalogPrivateEndpointDetails.Builder compartmentId(String compartmentId)
Compartment identifier.
compartmentId
- the value to setpublic 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"}
freeformTags
- the value to setpublic 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"}}
definedTags
- the value to setpublic CreateCatalogPrivateEndpointDetails.Builder displayName(String displayName)
Display name of the private endpoint resource being created.
displayName
- the value to setpublic CreateCatalogPrivateEndpointDetails build()
public CreateCatalogPrivateEndpointDetails.Builder copy(CreateCatalogPrivateEndpointDetails model)
Copyright © 2016–2024. All rights reserved.