static ListLockboxesRequest.Builder |
ListLockboxesRequest.builder() |
Return a new builder for this request object.
|
ListLockboxesRequest.Builder |
ListLockboxesRequest.Builder.compartmentId(String compartmentId) |
The ID of the compartment in which to list resources.
|
ListLockboxesRequest.Builder |
ListLockboxesRequest.Builder.copy(ListLockboxesRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListLockboxesRequest.Builder |
ListLockboxesRequest.Builder.displayName(String displayName) |
A filter to return only resources that match the entire display name given.
|
ListLockboxesRequest.Builder |
ListLockboxesRequest.Builder.id(String id) |
unique Lockbox identifier
|
ListLockboxesRequest.Builder |
ListLockboxesRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListLockboxesRequest.Builder |
ListLockboxesRequest.Builder.lifecycleState(Lockbox.LifecycleState lifecycleState) |
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
ListLockboxesRequest.Builder |
ListLockboxesRequest.Builder.limit(Integer limit) |
The maximum number of items to return.
|
ListLockboxesRequest.Builder |
ListLockboxesRequest.Builder.lockboxPartner(LockboxPartner lockboxPartner) |
The name of the lockbox partner.
|
ListLockboxesRequest.Builder |
ListLockboxesRequest.Builder.opcRequestId(String opcRequestId) |
The client request ID for tracing.
|
ListLockboxesRequest.Builder |
ListLockboxesRequest.Builder.page(String page) |
A token representing the position at which to start retrieving results.
|
ListLockboxesRequest.Builder |
ListLockboxesRequest.Builder.partnerId(String partnerId) |
The ID of the partner.
|
ListLockboxesRequest.Builder |
ListLockboxesRequest.Builder.resourceId(String resourceId) |
The ID of the resource associated with the lockbox.
|
ListLockboxesRequest.Builder |
ListLockboxesRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListLockboxesRequest.Builder |
ListLockboxesRequest.Builder.sortBy(ListLockboxesRequest.SortBy sortBy) |
The field to sort by.
|
ListLockboxesRequest.Builder |
ListLockboxesRequest.Builder.sortOrder(SortOrder sortOrder) |
The sort order to use, either ‘ASC’ or ‘DESC’.
|
ListLockboxesRequest.Builder |
ListLockboxesRequest.toBuilder() |
|