Class UpdateDatabaseToolsPrivateEndpointDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasetools.model.UpdateDatabaseToolsPrivateEndpointDetails.Builder
 
- 
- Enclosing class:
- UpdateDatabaseToolsPrivateEndpointDetails
 
 public static class UpdateDatabaseToolsPrivateEndpointDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
definedTagspublic UpdateDatabaseToolsPrivateEndpointDetails.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
 
 - 
freeformTagspublic UpdateDatabaseToolsPrivateEndpointDetails.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
 
 - 
securityAttributespublic UpdateDatabaseToolsPrivateEndpointDetails.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes) Zero trust Packet Routing (ZPR) Security Attributes for this resource.Each key is predefined and scoped to a namespace. For more information, see ZPR Artifacts. Example: {“Oracle-ZPR”: {“MaxEgressCount”: {“value”: “42”, “mode”: “audit”}}} - Parameters:
- securityAttributes- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic UpdateDatabaseToolsPrivateEndpointDetails.Builder displayName(String displayName) A user-friendly name.Does not have to be unique, and it’s changeable. Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic UpdateDatabaseToolsPrivateEndpointDetails.Builder description(String description) A description of the Database Tools private endpoint.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
nsgIdspublic UpdateDatabaseToolsPrivateEndpointDetails.Builder nsgIds(List<String> nsgIds) The OCID of the network security groups that the private endpoint’s VNIC belongs to.For more information about NSGs, see NetworkSecurityGroup.- Parameters:
- nsgIds- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateDatabaseToolsPrivateEndpointDetails build() 
 - 
copypublic UpdateDatabaseToolsPrivateEndpointDetails.Builder copy(UpdateDatabaseToolsPrivateEndpointDetails model) 
 
- 
 
-