Package com.oracle.bmc.opsi.model
Class CreateOperationsInsightsPrivateEndpointDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.opsi.model.CreateOperationsInsightsPrivateEndpointDetails.Builder
 
- 
- Enclosing class:
- CreateOperationsInsightsPrivateEndpointDetails
 
 public static class CreateOperationsInsightsPrivateEndpointDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic CreateOperationsInsightsPrivateEndpointDetails.Builder displayName(String displayName) The display name for the private endpoint.It is changeable. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic CreateOperationsInsightsPrivateEndpointDetails.Builder compartmentId(String compartmentId) The compartment OCID of the Private service accessed database.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
vcnIdpublic CreateOperationsInsightsPrivateEndpointDetails.Builder vcnId(String vcnId) The VCN OCID of the Private service accessed database.- Parameters:
- vcnId- the value to set
- Returns:
- this builder
 
 - 
subnetIdpublic CreateOperationsInsightsPrivateEndpointDetails.Builder subnetId(String subnetId) The Subnet OCID of the Private service accessed database.- Parameters:
- subnetId- the value to set
- Returns:
- this builder
 
 - 
isUsedForRacDbspublic CreateOperationsInsightsPrivateEndpointDetails.Builder isUsedForRacDbs(Boolean isUsedForRacDbs) This flag was previously used to create a private endpoint with scan proxy.Setting this to true will now create a private endpoint with a DNS proxy causing isProxyEnabled flag to be true; this is used exclusively for full feature support for dedicated Autonomous Databases. - Parameters:
- isUsedForRacDbs- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic CreateOperationsInsightsPrivateEndpointDetails.Builder description(String description) The description of the private endpoint.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
nsgIdspublic CreateOperationsInsightsPrivateEndpointDetails.Builder nsgIds(List<String> nsgIds) The OCID of the network security groups that the private endpoint belongs to.- Parameters:
- nsgIds- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic CreateOperationsInsightsPrivateEndpointDetails.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 CreateOperationsInsightsPrivateEndpointDetails.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
 
 - 
buildpublic CreateOperationsInsightsPrivateEndpointDetails build() 
 - 
copypublic CreateOperationsInsightsPrivateEndpointDetails.Builder copy(CreateOperationsInsightsPrivateEndpointDetails model) 
 
- 
 
-