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 Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayName
public CreateOperationsInsightsPrivateEndpointDetails.Builder displayName(String displayName)
The display name for the private endpoint.It is changeable.
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
compartmentId
public CreateOperationsInsightsPrivateEndpointDetails.Builder compartmentId(String compartmentId)
The compartment OCID of the Private service accessed database.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
vcnId
public CreateOperationsInsightsPrivateEndpointDetails.Builder vcnId(String vcnId)
The VCN OCID of the Private service accessed database.- Parameters:
vcnId
- the value to set- Returns:
- this builder
-
subnetId
public CreateOperationsInsightsPrivateEndpointDetails.Builder subnetId(String subnetId)
The Subnet OCID of the Private service accessed database.- Parameters:
subnetId
- the value to set- Returns:
- this builder
-
isUsedForRacDbs
public 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
-
description
public CreateOperationsInsightsPrivateEndpointDetails.Builder description(String description)
The description of the private endpoint.- Parameters:
description
- the value to set- Returns:
- this builder
-
nsgIds
public 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
-
freeformTags
public 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
-
definedTags
public 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
-
build
public CreateOperationsInsightsPrivateEndpointDetails build()
-
copy
public CreateOperationsInsightsPrivateEndpointDetails.Builder copy(CreateOperationsInsightsPrivateEndpointDetails model)
-
-