public static class PrivateEndpoint.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PrivateEndpoint |
build() |
PrivateEndpoint.Builder |
compartmentId(String compartmentId)
Identifier of the compartment in which private endpoint exists.
|
PrivateEndpoint.Builder |
copy(PrivateEndpoint model) |
PrivateEndpoint.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
PrivateEndpoint.Builder |
description(String description)
PrivateEndpoint description.
|
PrivateEndpoint.Builder |
displayName(String displayName)
PrivateEndpoint display name.
|
PrivateEndpoint.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
PrivateEndpoint.Builder |
id(String id)
The identifier of the Private Endpoint.
|
PrivateEndpoint.Builder |
lifecycleState(PrivateEndpoint.LifecycleState lifecycleState)
Lifecycle states for private endpoint.
|
PrivateEndpoint.Builder |
lifecycleStateDetails(String lifecycleStateDetails)
Detailed message for the lifecycle state.
|
PrivateEndpoint.Builder |
nsgIds(List<String> nsgIds)
The OCIDs of the network security groups that the private endpoint belongs to.
|
PrivateEndpoint.Builder |
privateIp(String privateIp)
IP address of the Private Endpoint.
|
PrivateEndpoint.Builder |
proxyComputeInstanceId(String proxyComputeInstanceId)
The identifier of the proxy compute instance.
|
PrivateEndpoint.Builder |
shardedDatabases(List<String> shardedDatabases)
The OCIDs of sharded databases that consumes the given private endpoint.
|
PrivateEndpoint.Builder |
subnetId(String subnetId)
Identifier of the subnet in which private endpoint exists.
|
PrivateEndpoint.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
PrivateEndpoint.Builder |
timeCreated(Date timeCreated)
The time the PrivateEndpoint was first created.
|
PrivateEndpoint.Builder |
timeUpdated(Date timeUpdated)
The time the Private Endpoint was last updated.
|
PrivateEndpoint.Builder |
vcnId(String vcnId)
Identifier of the VCN in which subnet exists.
|
public PrivateEndpoint.Builder id(String id)
The identifier of the Private Endpoint.
id
- the value to setpublic PrivateEndpoint.Builder compartmentId(String compartmentId)
Identifier of the compartment in which private endpoint exists.
compartmentId
- the value to setpublic PrivateEndpoint.Builder subnetId(String subnetId)
Identifier of the subnet in which private endpoint exists.
subnetId
- the value to setpublic PrivateEndpoint.Builder vcnId(String vcnId)
Identifier of the VCN in which subnet exists.
vcnId
- the value to setpublic PrivateEndpoint.Builder displayName(String displayName)
PrivateEndpoint display name.
displayName
- the value to setpublic PrivateEndpoint.Builder description(String description)
PrivateEndpoint description.
description
- the value to setpublic PrivateEndpoint.Builder privateIp(String privateIp)
IP address of the Private Endpoint.
privateIp
- the value to setpublic PrivateEndpoint.Builder nsgIds(List<String> nsgIds)
The OCIDs of the network security groups that the private endpoint belongs to.
nsgIds
- the value to setpublic PrivateEndpoint.Builder shardedDatabases(List<String> shardedDatabases)
The OCIDs of sharded databases that consumes the given private endpoint.
shardedDatabases
- the value to setpublic PrivateEndpoint.Builder timeCreated(Date timeCreated)
The time the PrivateEndpoint was first created. An RFC3339 formatted datetime string
timeCreated
- the value to setpublic PrivateEndpoint.Builder timeUpdated(Date timeUpdated)
The time the Private Endpoint was last updated. An RFC3339 formatted datetime string
timeUpdated
- the value to setpublic PrivateEndpoint.Builder lifecycleState(PrivateEndpoint.LifecycleState lifecycleState)
Lifecycle states for private endpoint.
lifecycleState
- the value to setpublic PrivateEndpoint.Builder lifecycleStateDetails(String lifecycleStateDetails)
Detailed message for the lifecycle state.
lifecycleStateDetails
- the value to setpublic PrivateEndpoint.Builder proxyComputeInstanceId(String proxyComputeInstanceId)
The identifier of the proxy compute instance.
proxyComputeInstanceId
- the value to setpublic PrivateEndpoint.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 PrivateEndpoint.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 PrivateEndpoint.Builder systemTags(Map<String,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 PrivateEndpoint build()
public PrivateEndpoint.Builder copy(PrivateEndpoint model)
Copyright © 2016–2024. All rights reserved.