public static class ListDbNodesRequest.Builder extends Object implements BmcRequest.Builder<ListDbNodesRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListDbNodesRequest |
build()
Build the instance of ListDbNodesRequest as configured by this builder
|
ListDbNodesRequest |
buildWithoutInvocationCallback()
Build the instance of ListDbNodesRequest as configured by this builder
|
ListDbNodesRequest.Builder |
compartmentId(String compartmentId)
The compartment
OCID.
|
ListDbNodesRequest.Builder |
copy(ListDbNodesRequest o)
Copy method to populate the builder with values from the given instance.
|
ListDbNodesRequest.Builder |
dbServerId(String dbServerId)
The OCID of the
Exacc Db server.
|
ListDbNodesRequest.Builder |
dbSystemId(String dbSystemId)
The DB system
OCID.
|
ListDbNodesRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListDbNodesRequest.Builder |
lifecycleState(DbNodeSummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
|
ListDbNodesRequest.Builder |
limit(Integer limit)
The maximum number of items to return per page.
|
ListDbNodesRequest.Builder |
page(String page)
The pagination token to continue listing from.
|
ListDbNodesRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListDbNodesRequest.Builder |
sortBy(ListDbNodesRequest.SortBy sortBy)
Sort by TIMECREATED.
|
ListDbNodesRequest.Builder |
sortOrder(ListDbNodesRequest.SortOrder sortOrder)
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
ListDbNodesRequest.Builder |
vmClusterId(String vmClusterId)
The OCID of the
VM cluster.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListDbNodesRequest.Builder compartmentId(String compartmentId)
The compartment OCID.
compartmentId
- the value to setpublic ListDbNodesRequest.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 ListDbNodesRequest.Builder vmClusterId(String vmClusterId)
The OCID of the VM cluster.
vmClusterId
- the value to setpublic ListDbNodesRequest.Builder limit(Integer limit)
The maximum number of items to return per page.
limit
- the value to setpublic ListDbNodesRequest.Builder page(String page)
The pagination token to continue listing from.
page
- the value to setpublic ListDbNodesRequest.Builder sortBy(ListDbNodesRequest.SortBy sortBy)
Sort by TIMECREATED. Default order for TIMECREATED is descending.
sortBy
- the value to setpublic ListDbNodesRequest.Builder sortOrder(ListDbNodesRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC
) or descending (DESC
).
sortOrder
- the value to setpublic ListDbNodesRequest.Builder lifecycleState(DbNodeSummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
lifecycleState
- the value to setpublic ListDbNodesRequest.Builder dbServerId(String dbServerId)
The OCID of the Exacc Db server.
dbServerId
- the value to setpublic ListDbNodesRequest.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 ListDbNodesRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListDbNodesRequest.Builder copy(ListDbNodesRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListDbNodesRequest,Void>
o
- other request from which to copy valuespublic ListDbNodesRequest build()
Build the instance of ListDbNodesRequest 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<ListDbNodesRequest,Void>
public ListDbNodesRequest buildWithoutInvocationCallback()
Build the instance of ListDbNodesRequest 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.