public static class AiPrivateEndpointSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AiPrivateEndpointSummary |
build() |
AiPrivateEndpointSummary.Builder |
compartmentId(String compartmentId)
Identifier of the compartment this private endpoint belongs to.
|
AiPrivateEndpointSummary.Builder |
copy(AiPrivateEndpointSummary model) |
AiPrivateEndpointSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
AiPrivateEndpointSummary.Builder |
displayName(String displayName)
Mutable name of the Private Reverse Connection Endpoint.
|
AiPrivateEndpointSummary.Builder |
dnsZones(List<String> dnsZones)
List of DNS zones to be used by the data assets.
|
AiPrivateEndpointSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
AiPrivateEndpointSummary.Builder |
id(String id)
Unique identifier that is immutable.
|
AiPrivateEndpointSummary.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
AiPrivateEndpointSummary.Builder |
lifecycleState(AiPrivateEndpoint.LifecycleState lifecycleState)
The current state of the private endpoint resource.
|
AiPrivateEndpointSummary.Builder |
subnetId(String subnetId)
Subnet Identifier.
|
AiPrivateEndpointSummary.Builder |
systemTags(Map<String,Object> systemTags)
Usage of system tag keys.
|
AiPrivateEndpointSummary.Builder |
timeCreated(Date timeCreated)
The time the private endpoint was created.
|
AiPrivateEndpointSummary.Builder |
timeUpdated(Date timeUpdated)
The time the private endpoint was updated.
|
public AiPrivateEndpointSummary.Builder id(String id)
Unique identifier that is immutable.
id
- the value to setpublic AiPrivateEndpointSummary.Builder subnetId(String subnetId)
Subnet Identifier.
subnetId
- the value to setpublic AiPrivateEndpointSummary.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 AiPrivateEndpointSummary.Builder compartmentId(String compartmentId)
Identifier of the compartment this private endpoint belongs to.
compartmentId
- the value to setpublic AiPrivateEndpointSummary.Builder timeCreated(Date timeCreated)
The time the private endpoint was created. An RFC3339 formatted datetime string.
timeCreated
- the value to setpublic AiPrivateEndpointSummary.Builder timeUpdated(Date timeUpdated)
The time the private endpoint was updated. An RFC3339 formatted datetime string.
timeUpdated
- the value to setpublic AiPrivateEndpointSummary.Builder displayName(String displayName)
Mutable name of the Private Reverse Connection Endpoint.
displayName
- the value to setpublic AiPrivateEndpointSummary.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 AiPrivateEndpointSummary.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 AiPrivateEndpointSummary.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 AiPrivateEndpointSummary.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 AiPrivateEndpointSummary.Builder lifecycleState(AiPrivateEndpoint.LifecycleState lifecycleState)
The current state of the private endpoint resource.
lifecycleState
- the value to setpublic AiPrivateEndpointSummary build()
public AiPrivateEndpointSummary.Builder copy(AiPrivateEndpointSummary model)
Copyright © 2016–2024. All rights reserved.