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