Class TestNamedCredentialRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.requests.TestNamedCredentialRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<TestNamedCredentialRequest,TestNamedCredentialDetails>
- Enclosing class:
- TestNamedCredentialRequest
public static class TestNamedCredentialRequest.Builder extends Object implements BmcRequest.Builder<TestNamedCredentialRequest,TestNamedCredentialDetails>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestNamedCredentialRequest.Builder
body$(TestNamedCredentialDetails body)
Alternative setter for the body parameter.TestNamedCredentialRequest
build()
Build the instance of TestNamedCredentialRequest as configured by this builderTestNamedCredentialRequest
buildWithoutInvocationCallback()
Build the instance of TestNamedCredentialRequest as configured by this builderTestNamedCredentialRequest.Builder
copy(TestNamedCredentialRequest o)
Copy method to populate the builder with values from the given instance.TestNamedCredentialRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.TestNamedCredentialRequest.Builder
namedCredentialId(String namedCredentialId)
The OCID of the named credential.TestNamedCredentialRequest.Builder
opcRequestId(String opcRequestId)
The client request ID for tracing.TestNamedCredentialRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.TestNamedCredentialRequest.Builder
testNamedCredentialDetails(TestNamedCredentialDetails testNamedCredentialDetails)
The OCID of the database against which the credential is to be tested.
-
-
-
Method Detail
-
namedCredentialId
public TestNamedCredentialRequest.Builder namedCredentialId(String namedCredentialId)
The OCID of the named credential.- Parameters:
namedCredentialId
- the value to set- Returns:
- this builder instance
-
testNamedCredentialDetails
public TestNamedCredentialRequest.Builder testNamedCredentialDetails(TestNamedCredentialDetails testNamedCredentialDetails)
The OCID of the database against which the credential is to be tested.- Parameters:
testNamedCredentialDetails
- the value to set- Returns:
- this builder instance
-
opcRequestId
public TestNamedCredentialRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
invocationCallback
public TestNamedCredentialRequest.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 TestNamedCredentialRequest.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 TestNamedCredentialRequest.Builder copy(TestNamedCredentialRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<TestNamedCredentialRequest,TestNamedCredentialDetails>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public TestNamedCredentialRequest build()
Build the instance of TestNamedCredentialRequest 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<TestNamedCredentialRequest,TestNamedCredentialDetails>
- Returns:
- instance of TestNamedCredentialRequest
-
body$
public TestNamedCredentialRequest.Builder body$(TestNamedCredentialDetails body)
Alternative setter for the body parameter.- Specified by:
body$
in interfaceBmcRequest.Builder<TestNamedCredentialRequest,TestNamedCredentialDetails>
- Parameters:
body
- the body parameter- Returns:
- this builder instance
-
buildWithoutInvocationCallback
public TestNamedCredentialRequest buildWithoutInvocationCallback()
Build the instance of TestNamedCredentialRequest 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 TestNamedCredentialRequest
-
-