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