Package com.oracle.bmc.oda.model
Class CreateOdaPrivateEndpointDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.oda.model.CreateOdaPrivateEndpointDetails.Builder
 
- 
- Enclosing class:
- CreateOdaPrivateEndpointDetails
 
 public static class CreateOdaPrivateEndpointDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic CreateOdaPrivateEndpointDetails.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 CreateOdaPrivateEndpointDetails.Builder description(String description) Description of the ODA private endpoint.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic CreateOdaPrivateEndpointDetails.Builder compartmentId(String compartmentId) The OCID of the compartment that the ODA private endpoint belongs to.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
subnetIdpublic CreateOdaPrivateEndpointDetails.Builder subnetId(String subnetId) The OCID of the subnet that the private endpoint belongs to.- Parameters:
- subnetId- the value to set
- Returns:
- this builder
 
 - 
nsgIdspublic CreateOdaPrivateEndpointDetails.Builder nsgIds(List<String> nsgIds) List of OCIDs of network security groups- Parameters:
- nsgIds- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic CreateOdaPrivateEndpointDetails.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 CreateOdaPrivateEndpointDetails.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 CreateOdaPrivateEndpointDetails build() 
 - 
copypublic CreateOdaPrivateEndpointDetails.Builder copy(CreateOdaPrivateEndpointDetails model) 
 
- 
 
-