Class UpdatePathAnalyzerTestDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.vnmonitoring.model.UpdatePathAnalyzerTestDetails.Builder
 
- 
- Enclosing class:
- UpdatePathAnalyzerTestDetails
 
 public static class UpdatePathAnalyzerTestDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdatePathAnalyzerTestDetails.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
 
 - 
protocolpublic UpdatePathAnalyzerTestDetails.Builder protocol(Integer protocol) The IP protocol to use in the PathAnalyzerTest resource.- Parameters:
- protocol- the value to set
- Returns:
- this builder
 
 - 
sourceEndpointpublic UpdatePathAnalyzerTestDetails.Builder sourceEndpoint(Endpoint sourceEndpoint) 
 - 
destinationEndpointpublic UpdatePathAnalyzerTestDetails.Builder destinationEndpoint(Endpoint destinationEndpoint) 
 - 
protocolParameterspublic UpdatePathAnalyzerTestDetails.Builder protocolParameters(ProtocolParameters protocolParameters) 
 - 
queryOptionspublic UpdatePathAnalyzerTestDetails.Builder queryOptions(QueryOptions queryOptions) 
 - 
freeformTagspublic UpdatePathAnalyzerTestDetails.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 UpdatePathAnalyzerTestDetails.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 UpdatePathAnalyzerTestDetails build() 
 - 
copypublic UpdatePathAnalyzerTestDetails.Builder copy(UpdatePathAnalyzerTestDetails model) 
 
- 
 
-