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 Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public OperationsInsightsPrivateEndpointSummary.Builder id(String id)
The OCID of the Private service accessed database.- Parameters:
id
- the value to set- Returns:
- this builder
-
displayName
public OperationsInsightsPrivateEndpointSummary.Builder displayName(String displayName)
The display name of the private endpoint.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
compartmentId
public OperationsInsightsPrivateEndpointSummary.Builder compartmentId(String compartmentId)
The compartment OCID of the Private service accessed database.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
vcnId
public OperationsInsightsPrivateEndpointSummary.Builder vcnId(String vcnId)
The OCID of the VCN.- Parameters:
vcnId
- the value to set- Returns:
- this builder
-
subnetId
public OperationsInsightsPrivateEndpointSummary.Builder subnetId(String subnetId)
The OCID of the subnet.- Parameters:
subnetId
- the value to set- Returns:
- this builder
-
isUsedForRacDbs
public 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
-
description
public OperationsInsightsPrivateEndpointSummary.Builder description(String description)
The description of the private endpoint.- Parameters:
description
- the value to set- Returns:
- this builder
-
timeCreated
public 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
-
freeformTags
public 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
-
definedTags
public 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
-
systemTags
public 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
-
lifecycleState
public OperationsInsightsPrivateEndpointSummary.Builder lifecycleState(OperationsInsightsPrivateEndpointLifecycleState lifecycleState)
Private endpoint lifecycle states- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
lifecycleDetails
public 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
-
privateEndpointStatusDetails
public 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
-
build
public OperationsInsightsPrivateEndpointSummary build()
-
copy
public OperationsInsightsPrivateEndpointSummary.Builder copy(OperationsInsightsPrivateEndpointSummary model)
-
-