Package com.oracle.bmc.oda.requests
Class GetOdaPrivateEndpointScanProxyRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.oda.requests.GetOdaPrivateEndpointScanProxyRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<GetOdaPrivateEndpointScanProxyRequest,Void>
- Enclosing class:
- GetOdaPrivateEndpointScanProxyRequest
public static class GetOdaPrivateEndpointScanProxyRequest.Builder extends Object implements BmcRequest.Builder<GetOdaPrivateEndpointScanProxyRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetOdaPrivateEndpointScanProxyRequest
build()
Build the instance of GetOdaPrivateEndpointScanProxyRequest as configured by this builderGetOdaPrivateEndpointScanProxyRequest
buildWithoutInvocationCallback()
Build the instance of GetOdaPrivateEndpointScanProxyRequest as configured by this builderGetOdaPrivateEndpointScanProxyRequest.Builder
copy(GetOdaPrivateEndpointScanProxyRequest o)
Copy method to populate the builder with values from the given instance.GetOdaPrivateEndpointScanProxyRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.GetOdaPrivateEndpointScanProxyRequest.Builder
odaPrivateEndpointId(String odaPrivateEndpointId)
Unique ODA Private Endpoint identifier which is the OCID.GetOdaPrivateEndpointScanProxyRequest.Builder
odaPrivateEndpointScanProxyId(String odaPrivateEndpointScanProxyId)
Unique ODA Private Endpoint Scan Proxy identifier.GetOdaPrivateEndpointScanProxyRequest.Builder
opcRequestId(String opcRequestId)
The client request ID for tracing.GetOdaPrivateEndpointScanProxyRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builder
body$
-
-
-
-
Method Detail
-
odaPrivateEndpointScanProxyId
public GetOdaPrivateEndpointScanProxyRequest.Builder odaPrivateEndpointScanProxyId(String odaPrivateEndpointScanProxyId)
Unique ODA Private Endpoint Scan Proxy identifier.- Parameters:
odaPrivateEndpointScanProxyId
- the value to set- Returns:
- this builder instance
-
odaPrivateEndpointId
public GetOdaPrivateEndpointScanProxyRequest.Builder odaPrivateEndpointId(String odaPrivateEndpointId)
Unique ODA Private Endpoint identifier which is the OCID.- Parameters:
odaPrivateEndpointId
- the value to set- Returns:
- this builder instance
-
opcRequestId
public GetOdaPrivateEndpointScanProxyRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.This value is included in the opc-request-id response header.
- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
invocationCallback
public GetOdaPrivateEndpointScanProxyRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.- Parameters:
invocationCallback
- the invocation callback to be set for the request- Returns:
- this builder instance
-
retryConfiguration
public GetOdaPrivateEndpointScanProxyRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.- Parameters:
retryConfiguration
- the retry configuration to be used for the request- Returns:
- this builder instance
-
copy
public GetOdaPrivateEndpointScanProxyRequest.Builder copy(GetOdaPrivateEndpointScanProxyRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<GetOdaPrivateEndpointScanProxyRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public GetOdaPrivateEndpointScanProxyRequest build()
Build the instance of GetOdaPrivateEndpointScanProxyRequest as configured by this builderNote that this method takes calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account, while the methodbuildWithoutInvocationCallback()
does not.This is the preferred method to build an instance.
- Specified by:
build
in interfaceBmcRequest.Builder<GetOdaPrivateEndpointScanProxyRequest,Void>
- Returns:
- instance of GetOdaPrivateEndpointScanProxyRequest
-
buildWithoutInvocationCallback
public GetOdaPrivateEndpointScanProxyRequest buildWithoutInvocationCallback()
Build the instance of GetOdaPrivateEndpointScanProxyRequest as configured by this builderNote that this method does not take calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account, while the methodbuild()
does- Returns:
- instance of GetOdaPrivateEndpointScanProxyRequest
-
-