Package com.oracle.bmc.oda.model
Class UpdateOdaPrivateEndpointDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.oda.model.UpdateOdaPrivateEndpointDetails.Builder
 
- 
- Enclosing class:
- UpdateOdaPrivateEndpointDetails
 
 public static class UpdateOdaPrivateEndpointDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateOdaPrivateEndpointDetailsbuild()UpdateOdaPrivateEndpointDetails.Buildercopy(UpdateOdaPrivateEndpointDetails model)UpdateOdaPrivateEndpointDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Usage of predefined tag keys.UpdateOdaPrivateEndpointDetails.Builderdescription(String description)Description of the ODA private endpoint.UpdateOdaPrivateEndpointDetails.BuilderdisplayName(String displayName)User-defined name for the ODA private endpoint.UpdateOdaPrivateEndpointDetails.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type, or scope.UpdateOdaPrivateEndpointDetails.BuildernsgIds(List<String> nsgIds)List of OCIDs of network security groups
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateOdaPrivateEndpointDetails.Builder displayName(String displayName) User-defined name for the ODA private endpoint.Avoid entering confidential information. You can change this value. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic UpdateOdaPrivateEndpointDetails.Builder description(String description) Description of the ODA private endpoint.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
nsgIdspublic UpdateOdaPrivateEndpointDetails.Builder nsgIds(List<String> nsgIds) List of OCIDs of network security groups- Parameters:
- nsgIds- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic UpdateOdaPrivateEndpointDetails.Builder freeformTags(Map<String,String> freeformTags) Simple key-value pair that is applied without any predefined name, type, or scope.Example: {“bar-key”: “value”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic UpdateOdaPrivateEndpointDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) Usage of predefined tag keys.These predefined keys are scoped to namespaces. Example: {“foo-namespace”: {“bar-key”: “value”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateOdaPrivateEndpointDetails build() 
 - 
copypublic UpdateOdaPrivateEndpointDetails.Builder copy(UpdateOdaPrivateEndpointDetails model) 
 
- 
 
-