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