Package com.oracle.bmc.datasafe.requests
Class GetCryptoAssessmentSqlnetParametersRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.requests.GetCryptoAssessmentSqlnetParametersRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<GetCryptoAssessmentSqlnetParametersRequest,Void>
- Enclosing class:
- GetCryptoAssessmentSqlnetParametersRequest
public static class GetCryptoAssessmentSqlnetParametersRequest.Builder extends Object implements BmcRequest.Builder<GetCryptoAssessmentSqlnetParametersRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetCryptoAssessmentSqlnetParametersRequestbuild()Build the instance of GetCryptoAssessmentSqlnetParametersRequest as configured by this builderGetCryptoAssessmentSqlnetParametersRequestbuildWithoutInvocationCallback()Build the instance of GetCryptoAssessmentSqlnetParametersRequest as configured by this builderGetCryptoAssessmentSqlnetParametersRequest.Buildercopy(GetCryptoAssessmentSqlnetParametersRequest o)Copy method to populate the builder with values from the given instance.GetCryptoAssessmentSqlnetParametersRequest.BuildercryptoAssessmentId(String cryptoAssessmentId)The OCID of the crypto assessment.GetCryptoAssessmentSqlnetParametersRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.GetCryptoAssessmentSqlnetParametersRequest.Builderlimit(Integer limit)For list pagination.GetCryptoAssessmentSqlnetParametersRequest.BuilderopcRequestId(String opcRequestId)Unique identifier for the request.GetCryptoAssessmentSqlnetParametersRequest.Builderpage(String page)For list pagination.GetCryptoAssessmentSqlnetParametersRequest.Builderparameter(String parameter)A filter to return only the SQLNET parameter with the specified name.GetCryptoAssessmentSqlnetParametersRequest.BuilderquantumReadiness(CryptoQuantumReadiness quantumReadiness)Filters SQLNET parameters by quantum-readiness category.GetCryptoAssessmentSqlnetParametersRequest.BuilderretryConfiguration(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
-
cryptoAssessmentId
public GetCryptoAssessmentSqlnetParametersRequest.Builder cryptoAssessmentId(String cryptoAssessmentId)
The OCID of the crypto assessment.- Parameters:
cryptoAssessmentId- the value to set- Returns:
- this builder instance
-
parameter
public GetCryptoAssessmentSqlnetParametersRequest.Builder parameter(String parameter)
A filter to return only the SQLNET parameter with the specified name.- Parameters:
parameter- the value to set- Returns:
- this builder instance
-
quantumReadiness
public GetCryptoAssessmentSqlnetParametersRequest.Builder quantumReadiness(CryptoQuantumReadiness quantumReadiness)
Filters SQLNET parameters by quantum-readiness category.- Parameters:
quantumReadiness- the value to set- Returns:
- this builder instance
-
limit
public GetCryptoAssessmentSqlnetParametersRequest.Builder limit(Integer limit)
For list pagination.The maximum number of items to return per page in a paginated “List” call. For details about how pagination works, see List Pagination.
- Parameters:
limit- the value to set- Returns:
- this builder instance
-
page
public GetCryptoAssessmentSqlnetParametersRequest.Builder page(String page)
For list pagination.The page token representing the page at which to start retrieving results. It is usually retrieved from a previous “List” call. For details about how pagination works, see List Pagination.
- Parameters:
page- the value to set- Returns:
- this builder instance
-
opcRequestId
public GetCryptoAssessmentSqlnetParametersRequest.Builder opcRequestId(String opcRequestId)
Unique identifier for the request.- Parameters:
opcRequestId- the value to set- Returns:
- this builder instance
-
invocationCallback
public GetCryptoAssessmentSqlnetParametersRequest.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 GetCryptoAssessmentSqlnetParametersRequest.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 GetCryptoAssessmentSqlnetParametersRequest.Builder copy(GetCryptoAssessmentSqlnetParametersRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<GetCryptoAssessmentSqlnetParametersRequest,Void>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public GetCryptoAssessmentSqlnetParametersRequest build()
Build the instance of GetCryptoAssessmentSqlnetParametersRequest 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:
buildin interfaceBmcRequest.Builder<GetCryptoAssessmentSqlnetParametersRequest,Void>- Returns:
- instance of GetCryptoAssessmentSqlnetParametersRequest
-
buildWithoutInvocationCallback
public GetCryptoAssessmentSqlnetParametersRequest buildWithoutInvocationCallback()
Build the instance of GetCryptoAssessmentSqlnetParametersRequest 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 GetCryptoAssessmentSqlnetParametersRequest
-
-