public static class ListDbSystemsRequest.Builder extends Object implements BmcRequest.Builder<ListDbSystemsRequest,Void>
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
body$
public ListDbSystemsRequest.Builder invocationCallback(com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic ListDbSystemsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListDbSystemsRequest.Builder copy(ListDbSystemsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListDbSystemsRequest,Void>
public ListDbSystemsRequest build()
Build the instance of ListDbSystemsRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.util.internal.Consumer)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<ListDbSystemsRequest,Void>
public ListDbSystemsRequest.Builder compartmentId(String compartmentId)
public ListDbSystemsRequest.Builder limit(Integer limit)
public ListDbSystemsRequest.Builder page(String page)
public ListDbSystemsRequest.Builder backupId(String backupId)
public ListDbSystemsRequest.Builder sortBy(ListDbSystemsRequest.SortBy sortBy)
public ListDbSystemsRequest.Builder sortOrder(ListDbSystemsRequest.SortOrder sortOrder)
public ListDbSystemsRequest.Builder lifecycleState(DbSystemSummary.LifecycleState lifecycleState)
public ListDbSystemsRequest.Builder availabilityDomain(String availabilityDomain)
public ListDbSystemsRequest.Builder displayName(String displayName)
public ListDbSystemsRequest buildWithoutInvocationCallback()
Copyright © 2016–2021. All rights reserved.