public static class ListDatabaseSoftwareImagesRequest.Builder extends Object implements BmcRequest.Builder<ListDatabaseSoftwareImagesRequest,Void>
Modifier and Type | Method and Description |
---|---|
ListDatabaseSoftwareImagesRequest |
build()
Build the instance of ListDatabaseSoftwareImagesRequest as configured by this builder
|
ListDatabaseSoftwareImagesRequest |
buildWithoutInvocationCallback() |
ListDatabaseSoftwareImagesRequest.Builder |
compartmentId(String compartmentId)
The compartment OCID.
|
ListDatabaseSoftwareImagesRequest.Builder |
copy(ListDatabaseSoftwareImagesRequest o)
Copy method to populate the builder with values from the given instance.
|
ListDatabaseSoftwareImagesRequest.Builder |
displayName(String displayName)
A filter to return only resources that match the entire display name given.
|
ListDatabaseSoftwareImagesRequest.Builder |
imageShapeFamily(DatabaseSoftwareImageSummary.ImageShapeFamily imageShapeFamily)
A filter to return only resources that match the given image shape family exactly.
|
ListDatabaseSoftwareImagesRequest.Builder |
imageType(DatabaseSoftwareImageSummary.ImageType imageType)
A filter to return only resources that match the given image type exactly.
|
ListDatabaseSoftwareImagesRequest.Builder |
invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
|
ListDatabaseSoftwareImagesRequest.Builder |
isUpgradeSupported(Boolean isUpgradeSupported)
If provided, filters the results to the set of database versions which are supported for Upgrade.
|
ListDatabaseSoftwareImagesRequest.Builder |
lifecycleState(DatabaseSoftwareImageSummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
|
ListDatabaseSoftwareImagesRequest.Builder |
limit(Integer limit)
The maximum number of items to return per page.
|
ListDatabaseSoftwareImagesRequest.Builder |
page(String page)
The pagination token to continue listing from.
|
ListDatabaseSoftwareImagesRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListDatabaseSoftwareImagesRequest.Builder |
sortBy(ListDatabaseSoftwareImagesRequest.SortBy sortBy)
The field to sort by.
|
ListDatabaseSoftwareImagesRequest.Builder |
sortOrder(ListDatabaseSoftwareImagesRequest.SortOrder sortOrder)
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
body$
public ListDatabaseSoftwareImagesRequest.Builder invocationCallback(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 ListDatabaseSoftwareImagesRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListDatabaseSoftwareImagesRequest.Builder copy(ListDatabaseSoftwareImagesRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListDatabaseSoftwareImagesRequest,Void>
o
- other request from which to copy valuespublic ListDatabaseSoftwareImagesRequest build()
Build the instance of ListDatabaseSoftwareImagesRequest 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<ListDatabaseSoftwareImagesRequest,Void>
public ListDatabaseSoftwareImagesRequest.Builder compartmentId(String compartmentId)
The compartment OCID.
this
.public ListDatabaseSoftwareImagesRequest.Builder limit(Integer limit)
The maximum number of items to return per page.
this
.public ListDatabaseSoftwareImagesRequest.Builder page(String page)
The pagination token to continue listing from.
this
.public ListDatabaseSoftwareImagesRequest.Builder sortBy(ListDatabaseSoftwareImagesRequest.SortBy sortBy)
The field to sort by. You can provide one sort order (sortOrder
). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive.
this
.public ListDatabaseSoftwareImagesRequest.Builder sortOrder(ListDatabaseSoftwareImagesRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC
) or descending (DESC
).
this
.public ListDatabaseSoftwareImagesRequest.Builder lifecycleState(DatabaseSoftwareImageSummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
this
.public ListDatabaseSoftwareImagesRequest.Builder displayName(String displayName)
A filter to return only resources that match the entire display name given. The match is not case sensitive.
this
.public ListDatabaseSoftwareImagesRequest.Builder imageType(DatabaseSoftwareImageSummary.ImageType imageType)
A filter to return only resources that match the given image type exactly.
this
.public ListDatabaseSoftwareImagesRequest.Builder imageShapeFamily(DatabaseSoftwareImageSummary.ImageShapeFamily imageShapeFamily)
A filter to return only resources that match the given image shape family exactly.
this
.public ListDatabaseSoftwareImagesRequest.Builder isUpgradeSupported(Boolean isUpgradeSupported)
If provided, filters the results to the set of database versions which are supported for Upgrade.
this
.public ListDatabaseSoftwareImagesRequest buildWithoutInvocationCallback()
Copyright © 2016–2022. All rights reserved.