Package com.oracle.bmc.opsi.model
Class OperationsInsightsPrivateEndpointSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.opsi.model.OperationsInsightsPrivateEndpointSummary.Builder
 
- 
- Enclosing class:
- OperationsInsightsPrivateEndpointSummary
 
 public static class OperationsInsightsPrivateEndpointSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic OperationsInsightsPrivateEndpointSummary.Builder id(String id) The OCID of the Private service accessed database.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic OperationsInsightsPrivateEndpointSummary.Builder displayName(String displayName) The display name of the private endpoint.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic OperationsInsightsPrivateEndpointSummary.Builder compartmentId(String compartmentId) The compartment OCID of the Private service accessed database.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
vcnIdpublic OperationsInsightsPrivateEndpointSummary.Builder vcnId(String vcnId) The OCID of the VCN.- Parameters:
- vcnId- the value to set
- Returns:
- this builder
 
 - 
subnetIdpublic OperationsInsightsPrivateEndpointSummary.Builder subnetId(String subnetId) The OCID of the subnet.- Parameters:
- subnetId- the value to set
- Returns:
- this builder
 
 - 
isUsedForRacDbspublic OperationsInsightsPrivateEndpointSummary.Builder isUsedForRacDbs(Boolean isUsedForRacDbs) The flag to identify if private endpoint is used for rac database or not.This flag is deprecated and no longer is used. - Parameters:
- isUsedForRacDbs- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic OperationsInsightsPrivateEndpointSummary.Builder description(String description) The description of the private endpoint.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic OperationsInsightsPrivateEndpointSummary.Builder timeCreated(Date timeCreated) The date and time the private endpoint was created, in the format defined by RFC3339.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic OperationsInsightsPrivateEndpointSummary.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
 
 - 
definedTagspublic OperationsInsightsPrivateEndpointSummary.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
 
 - 
systemTagspublic OperationsInsightsPrivateEndpointSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags) System tags for this resource.Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic OperationsInsightsPrivateEndpointSummary.Builder lifecycleState(OperationsInsightsPrivateEndpointLifecycleState lifecycleState) Private endpoint lifecycle states- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic OperationsInsightsPrivateEndpointSummary.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. - Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
privateEndpointStatusDetailspublic OperationsInsightsPrivateEndpointSummary.Builder privateEndpointStatusDetails(String privateEndpointStatusDetails) A message describing the status of the private endpoint connection of this resource.For example, it can be used to provide actionable information about the validity of the private endpoint connection. - Parameters:
- privateEndpointStatusDetails- the value to set
- Returns:
- this builder
 
 - 
buildpublic OperationsInsightsPrivateEndpointSummary build() 
 - 
copypublic OperationsInsightsPrivateEndpointSummary.Builder copy(OperationsInsightsPrivateEndpointSummary model) 
 
- 
 
-