public static class CreateAiPrivateEndpointDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateAiPrivateEndpointDetails |
build() |
CreateAiPrivateEndpointDetails.Builder |
compartmentId(String compartmentId)
Compartment identifier.
|
CreateAiPrivateEndpointDetails.Builder |
copy(CreateAiPrivateEndpointDetails model) |
CreateAiPrivateEndpointDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateAiPrivateEndpointDetails.Builder |
displayName(String displayName)
Display name of the private endpoint resource being created.
|
CreateAiPrivateEndpointDetails.Builder |
dnsZones(List<String> dnsZones)
List of DNS zones to be used by the data assets.
|
CreateAiPrivateEndpointDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
CreateAiPrivateEndpointDetails.Builder |
subnetId(String subnetId)
The OCID of subnet to which the reverse connection is to be created.
|
public CreateAiPrivateEndpointDetails.Builder dnsZones(List<String> dnsZones)
List of DNS zones to be used by the data assets. Example: custpvtsubnet.oraclevcn.com for data asset: db.custpvtsubnet.oraclevcn.com
dnsZones
- the value to setpublic CreateAiPrivateEndpointDetails.Builder subnetId(String subnetId)
The OCID of subnet to which the reverse connection is to be created.
subnetId
- the value to setpublic CreateAiPrivateEndpointDetails.Builder compartmentId(String compartmentId)
Compartment identifier.
compartmentId
- the value to setpublic CreateAiPrivateEndpointDetails.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 CreateAiPrivateEndpointDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic CreateAiPrivateEndpointDetails.Builder displayName(String displayName)
Display name of the private endpoint resource being created.
displayName
- the value to setpublic CreateAiPrivateEndpointDetails build()
public CreateAiPrivateEndpointDetails.Builder copy(CreateAiPrivateEndpointDetails model)
Copyright © 2016–2024. All rights reserved.