public static class UpdateCatalogPrivateEndpointDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateCatalogPrivateEndpointDetails |
build() |
UpdateCatalogPrivateEndpointDetails.Builder |
copy(UpdateCatalogPrivateEndpointDetails model) |
UpdateCatalogPrivateEndpointDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Usage of predefined tag keys.
|
UpdateCatalogPrivateEndpointDetails.Builder |
displayName(String displayName)
Display name of the private endpoint resource.
|
UpdateCatalogPrivateEndpointDetails.Builder |
dnsZones(List<String> dnsZones)
List of DNS zones to be used by the data assets to be harvested.
|
UpdateCatalogPrivateEndpointDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type, or scope.
|
public UpdateCatalogPrivateEndpointDetails.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 UpdateCatalogPrivateEndpointDetails.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 UpdateCatalogPrivateEndpointDetails.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 UpdateCatalogPrivateEndpointDetails.Builder displayName(String displayName)
Display name of the private endpoint resource.
displayName
- the value to setpublic UpdateCatalogPrivateEndpointDetails build()
public UpdateCatalogPrivateEndpointDetails.Builder copy(UpdateCatalogPrivateEndpointDetails model)
Copyright © 2016–2024. All rights reserved.