Class ListCertificateBundleVersionsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.certificates.requests.ListCertificateBundleVersionsRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListCertificateBundleVersionsRequest,Void>
- Enclosing class:
- ListCertificateBundleVersionsRequest
public static class ListCertificateBundleVersionsRequest.Builder extends Object implements BmcRequest.Builder<ListCertificateBundleVersionsRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListCertificateBundleVersionsRequest
build()
Build the instance of ListCertificateBundleVersionsRequest as configured by this builderListCertificateBundleVersionsRequest
buildWithoutInvocationCallback()
Build the instance of ListCertificateBundleVersionsRequest as configured by this builderListCertificateBundleVersionsRequest.Builder
certificateId(String certificateId)
The OCID of the certificate.ListCertificateBundleVersionsRequest.Builder
copy(ListCertificateBundleVersionsRequest o)
Copy method to populate the builder with values from the given instance.ListCertificateBundleVersionsRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.ListCertificateBundleVersionsRequest.Builder
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.ListCertificateBundleVersionsRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.ListCertificateBundleVersionsRequest.Builder
sortBy(ListCertificateBundleVersionsRequest.SortBy sortBy)
The field to sort by.ListCertificateBundleVersionsRequest.Builder
sortOrder(ListCertificateBundleVersionsRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).-
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
-
certificateId
public ListCertificateBundleVersionsRequest.Builder certificateId(String certificateId)
The OCID of the certificate.- Parameters:
certificateId
- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListCertificateBundleVersionsRequest.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID.
- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
sortBy
public ListCertificateBundleVersionsRequest.Builder sortBy(ListCertificateBundleVersionsRequest.SortBy sortBy)
The field to sort by.You can specify only one sort order. The default order for VERSION_NUMBER is ascending.
- Parameters:
sortBy
- the value to set- Returns:
- this builder instance
-
sortOrder
public ListCertificateBundleVersionsRequest.Builder sortOrder(ListCertificateBundleVersionsRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).- Parameters:
sortOrder
- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListCertificateBundleVersionsRequest.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 ListCertificateBundleVersionsRequest.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 ListCertificateBundleVersionsRequest.Builder copy(ListCertificateBundleVersionsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<ListCertificateBundleVersionsRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public ListCertificateBundleVersionsRequest build()
Build the instance of ListCertificateBundleVersionsRequest 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<ListCertificateBundleVersionsRequest,Void>
- Returns:
- instance of ListCertificateBundleVersionsRequest
-
buildWithoutInvocationCallback
public ListCertificateBundleVersionsRequest buildWithoutInvocationCallback()
Build the instance of ListCertificateBundleVersionsRequest 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 ListCertificateBundleVersionsRequest
-
-