Class GetExternalDbSystemDiscoveryRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.requests.GetExternalDbSystemDiscoveryRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<GetExternalDbSystemDiscoveryRequest,Void>
- Enclosing class:
- GetExternalDbSystemDiscoveryRequest
public static class GetExternalDbSystemDiscoveryRequest.Builder extends Object implements BmcRequest.Builder<GetExternalDbSystemDiscoveryRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetExternalDbSystemDiscoveryRequest
build()
Build the instance of GetExternalDbSystemDiscoveryRequest as configured by this builderGetExternalDbSystemDiscoveryRequest
buildWithoutInvocationCallback()
Build the instance of GetExternalDbSystemDiscoveryRequest as configured by this builderGetExternalDbSystemDiscoveryRequest.Builder
copy(GetExternalDbSystemDiscoveryRequest o)
Copy method to populate the builder with values from the given instance.GetExternalDbSystemDiscoveryRequest.Builder
externalDbSystemDiscoveryId(String externalDbSystemDiscoveryId)
The OCID of the external DB system discovery.GetExternalDbSystemDiscoveryRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.GetExternalDbSystemDiscoveryRequest.Builder
opcRequestId(String opcRequestId)
The client request ID for tracing.GetExternalDbSystemDiscoveryRequest.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
-
externalDbSystemDiscoveryId
public GetExternalDbSystemDiscoveryRequest.Builder externalDbSystemDiscoveryId(String externalDbSystemDiscoveryId)
The OCID of the external DB system discovery.- Parameters:
externalDbSystemDiscoveryId
- the value to set- Returns:
- this builder instance
-
opcRequestId
public GetExternalDbSystemDiscoveryRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
invocationCallback
public GetExternalDbSystemDiscoveryRequest.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 GetExternalDbSystemDiscoveryRequest.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 GetExternalDbSystemDiscoveryRequest.Builder copy(GetExternalDbSystemDiscoveryRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<GetExternalDbSystemDiscoveryRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public GetExternalDbSystemDiscoveryRequest build()
Build the instance of GetExternalDbSystemDiscoveryRequest 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<GetExternalDbSystemDiscoveryRequest,Void>
- Returns:
- instance of GetExternalDbSystemDiscoveryRequest
-
buildWithoutInvocationCallback
public GetExternalDbSystemDiscoveryRequest buildWithoutInvocationCallback()
Build the instance of GetExternalDbSystemDiscoveryRequest 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 GetExternalDbSystemDiscoveryRequest
-
-