public static class AdhocGetPathAnalysisDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AdhocGetPathAnalysisDetails |
build() |
AdhocGetPathAnalysisDetails.Builder |
compartmentId(String compartmentId)
The OCID
for the compartment.
|
AdhocGetPathAnalysisDetails.Builder |
copy(AdhocGetPathAnalysisDetails model) |
AdhocGetPathAnalysisDetails.Builder |
destinationEndpoint(Endpoint destinationEndpoint) |
AdhocGetPathAnalysisDetails.Builder |
protocol(Integer protocol)
The IP protocol to used for the path analysis.
|
AdhocGetPathAnalysisDetails.Builder |
protocolParameters(ProtocolParameters protocolParameters) |
AdhocGetPathAnalysisDetails.Builder |
queryOptions(QueryOptions queryOptions) |
AdhocGetPathAnalysisDetails.Builder |
sourceEndpoint(Endpoint sourceEndpoint) |
public AdhocGetPathAnalysisDetails.Builder compartmentId(String compartmentId)
The OCID for the compartment.
compartmentId
- the value to setpublic AdhocGetPathAnalysisDetails.Builder protocol(Integer protocol)
The IP protocol to used for the path analysis.
protocol
- the value to setpublic AdhocGetPathAnalysisDetails.Builder sourceEndpoint(Endpoint sourceEndpoint)
public AdhocGetPathAnalysisDetails.Builder destinationEndpoint(Endpoint destinationEndpoint)
public AdhocGetPathAnalysisDetails.Builder protocolParameters(ProtocolParameters protocolParameters)
public AdhocGetPathAnalysisDetails.Builder queryOptions(QueryOptions queryOptions)
public AdhocGetPathAnalysisDetails build()
public AdhocGetPathAnalysisDetails.Builder copy(AdhocGetPathAnalysisDetails model)
Copyright © 2016–2024. All rights reserved.