Package | Description |
---|---|
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
ListBootVolumeBackupsRequest.Builder |
ListBootVolumeBackupsRequest.Builder.bootVolumeId(String bootVolumeId)
The OCID of the boot volume.
|
static ListBootVolumeBackupsRequest.Builder |
ListBootVolumeBackupsRequest.builder()
Return a new builder for this request object.
|
ListBootVolumeBackupsRequest.Builder |
ListBootVolumeBackupsRequest.Builder.compartmentId(String compartmentId)
The OCID
of the compartment.
|
ListBootVolumeBackupsRequest.Builder |
ListBootVolumeBackupsRequest.Builder.copy(ListBootVolumeBackupsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListBootVolumeBackupsRequest.Builder |
ListBootVolumeBackupsRequest.Builder.displayName(String displayName)
A filter to return only resources that match the given display name exactly.
|
ListBootVolumeBackupsRequest.Builder |
ListBootVolumeBackupsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListBootVolumeBackupsRequest.Builder |
ListBootVolumeBackupsRequest.Builder.lifecycleState(BootVolumeBackup.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
|
ListBootVolumeBackupsRequest.Builder |
ListBootVolumeBackupsRequest.Builder.limit(Integer limit)
For list pagination.
|
ListBootVolumeBackupsRequest.Builder |
ListBootVolumeBackupsRequest.Builder.page(String page)
For list pagination.
|
ListBootVolumeBackupsRequest.Builder |
ListBootVolumeBackupsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListBootVolumeBackupsRequest.Builder |
ListBootVolumeBackupsRequest.Builder.sortBy(ListBootVolumeBackupsRequest.SortBy sortBy)
The field to sort by.
|
ListBootVolumeBackupsRequest.Builder |
ListBootVolumeBackupsRequest.Builder.sortOrder(ListBootVolumeBackupsRequest.SortOrder sortOrder)
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
ListBootVolumeBackupsRequest.Builder |
ListBootVolumeBackupsRequest.Builder.sourceBootVolumeBackupId(String sourceBootVolumeBackupId)
A filter to return only resources that originated from the given source boot volume
backup.
|
ListBootVolumeBackupsRequest.Builder |
ListBootVolumeBackupsRequest.toBuilder()
Return an instance of
ListBootVolumeBackupsRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2023. All rights reserved.