Class CreateAiPrivateEndpointDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.aianomalydetection.model.CreateAiPrivateEndpointDetails.Builder
-
- Enclosing class:
- CreateAiPrivateEndpointDetails
public static class CreateAiPrivateEndpointDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
dnsZones
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
- Parameters:
dnsZones
- the value to set- Returns:
- this builder
-
subnetId
public CreateAiPrivateEndpointDetails.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 CreateAiPrivateEndpointDetails.Builder compartmentId(String compartmentId)
Compartment identifier.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
freeformTags
public 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”}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public 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”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
displayName
public CreateAiPrivateEndpointDetails.Builder displayName(String displayName)
Display name of the private endpoint resource being created.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
build
public CreateAiPrivateEndpointDetails build()
-
copy
public CreateAiPrivateEndpointDetails.Builder copy(CreateAiPrivateEndpointDetails model)
-
-