public static class AiPrivateEndpoint.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AiPrivateEndpoint.Builder |
attachedDataAssets(List<String> attachedDataAssets)
The list of dataAssets using the private reverse connection endpoint.
|
AiPrivateEndpoint |
build() |
AiPrivateEndpoint.Builder |
compartmentId(String compartmentId)
Compartment Identifier.
|
AiPrivateEndpoint.Builder |
copy(AiPrivateEndpoint model) |
AiPrivateEndpoint.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
AiPrivateEndpoint.Builder |
displayName(String displayName)
Private Reverse Connection Endpoint display name.
|
AiPrivateEndpoint.Builder |
dnsZones(List<String> dnsZones)
List of DNS zones to be used by the data assets.
|
AiPrivateEndpoint.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
AiPrivateEndpoint.Builder |
id(String id)
Unique identifier that is immutable.
|
AiPrivateEndpoint.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
AiPrivateEndpoint.Builder |
lifecycleState(AiPrivateEndpoint.LifecycleState lifecycleState)
The current state of the private endpoint resource.
|
AiPrivateEndpoint.Builder |
subnetId(String subnetId)
Subnet Identifier
|
AiPrivateEndpoint.Builder |
systemTags(Map<String,Object> systemTags)
Usage of system tag keys.
|
AiPrivateEndpoint.Builder |
timeCreated(Date timeCreated)
The time the private endpoint was created.
|
AiPrivateEndpoint.Builder |
timeUpdated(Date timeUpdated)
The time the private endpoint was updated.
|
public AiPrivateEndpoint.Builder id(String id)
Unique identifier that is immutable.
id
- the value to setpublic AiPrivateEndpoint.Builder compartmentId(String compartmentId)
Compartment Identifier.
compartmentId
- the value to setpublic AiPrivateEndpoint.Builder subnetId(String subnetId)
Subnet Identifier
subnetId
- the value to setpublic AiPrivateEndpoint.Builder displayName(String displayName)
Private Reverse Connection Endpoint display name.
displayName
- the value to setpublic AiPrivateEndpoint.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 AiPrivateEndpoint.Builder timeCreated(Date timeCreated)
The time the private endpoint was created. An RFC3339 formatted datetime string.
timeCreated
- the value to setpublic AiPrivateEndpoint.Builder timeUpdated(Date timeUpdated)
The time the private endpoint was updated. An RFC3339 formatted datetime string.
timeUpdated
- the value to setpublic AiPrivateEndpoint.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 AiPrivateEndpoint.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 AiPrivateEndpoint.Builder systemTags(Map<String,Object> systemTags)
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: { "orcl-cloud": { "free-tier-retained": "true" } }
systemTags
- the value to setpublic AiPrivateEndpoint.Builder lifecycleState(AiPrivateEndpoint.LifecycleState lifecycleState)
The current state of the private endpoint resource.
lifecycleState
- the value to setpublic AiPrivateEndpoint.Builder lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in ‘Failed’ state.
lifecycleDetails
- the value to setpublic AiPrivateEndpoint.Builder attachedDataAssets(List<String> attachedDataAssets)
The list of dataAssets using the private reverse connection endpoint.
attachedDataAssets
- the value to setpublic AiPrivateEndpoint build()
public AiPrivateEndpoint.Builder copy(AiPrivateEndpoint model)
Copyright © 2016–2024. All rights reserved.