public static class ListDatabaseSoftwareImagesRequest.Builder extends Object implements BmcRequest.Builder<ListDatabaseSoftwareImagesRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListDatabaseSoftwareImagesRequest |
build()
Build the instance of ListDatabaseSoftwareImagesRequest as configured by this builder
|
ListDatabaseSoftwareImagesRequest |
buildWithoutInvocationCallback()
Build the instance of ListDatabaseSoftwareImagesRequest as configured by this builder
|
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(com.oracle.bmc.http.client.RequestInterceptor 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 |
patchSetGreaterThanOrEqualTo(String patchSetGreaterThanOrEqualTo)
A filter to return only resources with
patchSet greater than or equal to given
value. |
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 ). |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListDatabaseSoftwareImagesRequest.Builder compartmentId(String compartmentId)
The compartment OCID.
compartmentId
- the value to setpublic ListDatabaseSoftwareImagesRequest.Builder limit(Integer limit)
The maximum number of items to return per page.
limit
- the value to setpublic ListDatabaseSoftwareImagesRequest.Builder page(String page)
The pagination token to continue listing from.
page
- the value to setpublic 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. Default order for PATCHSET is descending.
sortBy
- the value to setpublic ListDatabaseSoftwareImagesRequest.Builder sortOrder(ListDatabaseSoftwareImagesRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC
) or descending (DESC
).
sortOrder
- the value to setpublic ListDatabaseSoftwareImagesRequest.Builder lifecycleState(DatabaseSoftwareImageSummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
lifecycleState
- the value to setpublic ListDatabaseSoftwareImagesRequest.Builder displayName(String displayName)
A filter to return only resources that match the entire display name given. The match is not case sensitive.
displayName
- the value to setpublic ListDatabaseSoftwareImagesRequest.Builder imageType(DatabaseSoftwareImageSummary.ImageType imageType)
A filter to return only resources that match the given image type exactly.
imageType
- the value to setpublic ListDatabaseSoftwareImagesRequest.Builder imageShapeFamily(DatabaseSoftwareImageSummary.ImageShapeFamily imageShapeFamily)
A filter to return only resources that match the given image shape family exactly.
imageShapeFamily
- the value to setpublic ListDatabaseSoftwareImagesRequest.Builder patchSetGreaterThanOrEqualTo(String patchSetGreaterThanOrEqualTo)
A filter to return only resources with patchSet
greater than or equal to given
value.
patchSetGreaterThanOrEqualTo
- the value to setpublic ListDatabaseSoftwareImagesRequest.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 ListDatabaseSoftwareImagesRequest.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 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.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<ListDatabaseSoftwareImagesRequest,Void>
public ListDatabaseSoftwareImagesRequest buildWithoutInvocationCallback()
Build the instance of ListDatabaseSoftwareImagesRequest 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.