public static class ListDbVersionsRequest.Builder extends Object implements BmcRequest.Builder<ListDbVersionsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListDbVersionsRequest |
build()
Build the instance of ListDbVersionsRequest as configured by this builder
|
ListDbVersionsRequest |
buildWithoutInvocationCallback()
Build the instance of ListDbVersionsRequest as configured by this builder
|
ListDbVersionsRequest.Builder |
compartmentId(String compartmentId)
The compartment
OCID.
|
ListDbVersionsRequest.Builder |
copy(ListDbVersionsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListDbVersionsRequest.Builder |
dbSystemId(String dbSystemId)
The DB system
OCID.
|
ListDbVersionsRequest.Builder |
dbSystemShape(String dbSystemShape)
If provided, filters the results to the set of database versions which are supported for
the given shape.
|
ListDbVersionsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListDbVersionsRequest.Builder |
isDatabaseSoftwareImageSupported(Boolean isDatabaseSoftwareImageSupported)
If true, filters the results to the set of Oracle Database versions that are supported
for OCI database software images.
|
ListDbVersionsRequest.Builder |
isUpgradeSupported(Boolean isUpgradeSupported)
If provided, filters the results to the set of database versions which are supported for
Upgrade.
|
ListDbVersionsRequest.Builder |
limit(Integer limit)
The maximum number of items to return per page.
|
ListDbVersionsRequest.Builder |
page(String page)
The pagination token to continue listing from.
|
ListDbVersionsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListDbVersionsRequest.Builder |
storageManagement(DbSystemOptions.StorageManagement storageManagement)
The DB system storage management option.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListDbVersionsRequest.Builder compartmentId(String compartmentId)
The compartment OCID.
compartmentId
- the value to setpublic ListDbVersionsRequest.Builder limit(Integer limit)
The maximum number of items to return per page.
limit
- the value to setpublic ListDbVersionsRequest.Builder page(String page)
The pagination token to continue listing from.
page
- the value to setpublic ListDbVersionsRequest.Builder dbSystemShape(String dbSystemShape)
If provided, filters the results to the set of database versions which are supported for the given shape.
dbSystemShape
- the value to setpublic ListDbVersionsRequest.Builder dbSystemId(String dbSystemId)
The DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system.
dbSystemId
- the value to setpublic ListDbVersionsRequest.Builder storageManagement(DbSystemOptions.StorageManagement storageManagement)
The DB system storage management option. Used to list database versions available for
that storage manager. Valid values are ASM
and LVM
. * ASM specifies
Oracle Automatic Storage Management * LVM specifies logical volume manager, sometimes
called logical disk manager.
storageManagement
- the value to setpublic ListDbVersionsRequest.Builder isUpgradeSupported(Boolean isUpgradeSupported)
If provided, filters the results to the set of database versions which are supported for Upgrade.
isUpgradeSupported
- the value to setpublic ListDbVersionsRequest.Builder isDatabaseSoftwareImageSupported(Boolean isDatabaseSoftwareImageSupported)
If true, filters the results to the set of Oracle Database versions that are supported for OCI database software images.
isDatabaseSoftwareImageSupported
- the value to setpublic ListDbVersionsRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic ListDbVersionsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListDbVersionsRequest.Builder copy(ListDbVersionsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListDbVersionsRequest,Void>
o
- other request from which to copy valuespublic ListDbVersionsRequest build()
Build the instance of ListDbVersionsRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<ListDbVersionsRequest,Void>
public ListDbVersionsRequest buildWithoutInvocationCallback()
Build the instance of ListDbVersionsRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.