Package | Description |
---|---|
com.oracle.bmc.certificatesmanagement.requests |
Modifier and Type | Method and Description |
---|---|
static ListCaBundlesRequest.Builder |
ListCaBundlesRequest.builder()
Return a new builder for this request object.
|
ListCaBundlesRequest.Builder |
ListCaBundlesRequest.Builder.caBundleId(String caBundleId)
The OCID of the CA bundle.
|
ListCaBundlesRequest.Builder |
ListCaBundlesRequest.Builder.compartmentId(String compartmentId)
A filter that returns only resources that match the given compartment OCID.
|
ListCaBundlesRequest.Builder |
ListCaBundlesRequest.Builder.copy(ListCaBundlesRequest o)
Copy method to populate the builder with values from the given instance.
|
ListCaBundlesRequest.Builder |
ListCaBundlesRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListCaBundlesRequest.Builder |
ListCaBundlesRequest.Builder.lifecycleState(ListCaBundlesRequest.LifecycleState lifecycleState)
A filter that returns only resources that match the given lifecycle state.
|
ListCaBundlesRequest.Builder |
ListCaBundlesRequest.Builder.limit(Integer limit)
The maximum number of items to return in a paginated “List” call.
|
ListCaBundlesRequest.Builder |
ListCaBundlesRequest.Builder.name(String name)
A filter that returns only resources that match the specified name.
|
ListCaBundlesRequest.Builder |
ListCaBundlesRequest.Builder.opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ListCaBundlesRequest.Builder |
ListCaBundlesRequest.Builder.page(String page)
The value of the
opc-next-page response header from the previous “List” call. |
ListCaBundlesRequest.Builder |
ListCaBundlesRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListCaBundlesRequest.Builder |
ListCaBundlesRequest.Builder.sortBy(ListCaBundlesRequest.SortBy sortBy)
The field to sort by.
|
ListCaBundlesRequest.Builder |
ListCaBundlesRequest.Builder.sortOrder(ListCaBundlesRequest.SortOrder sortOrder)
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
ListCaBundlesRequest.Builder |
ListCaBundlesRequest.toBuilder()
Return an instance of
ListCaBundlesRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.