public static class ListMigrationParametersRequest.Builder extends Object implements BmcRequest.Builder<ListMigrationParametersRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListMigrationParametersRequest |
build()
Build the instance of ListMigrationParametersRequest as configured by this builder
|
ListMigrationParametersRequest |
buildWithoutInvocationCallback()
Build the instance of ListMigrationParametersRequest as configured by this builder
|
ListMigrationParametersRequest.Builder |
copy(ListMigrationParametersRequest o)
Copy method to populate the builder with values from the given instance.
|
ListMigrationParametersRequest.Builder |
databaseCombination(DatabaseCombination databaseCombination)
A filter to return only resources that match a certain Database Combination.
|
ListMigrationParametersRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListMigrationParametersRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListMigrationParametersRequest.Builder |
migrationType(MigrationTypes migrationType)
A filter to return only resources that match a certain Migration Type.
|
ListMigrationParametersRequest.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ListMigrationParametersRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
ListMigrationParametersRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListMigrationParametersRequest.Builder |
sortBy(ListMigrationParametersRequest.SortBy sortBy)
The field to sort by.
|
ListMigrationParametersRequest.Builder |
sortOrder(SortOrders sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListMigrationParametersRequest.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
opcRequestId
- the value to setpublic ListMigrationParametersRequest.Builder migrationType(MigrationTypes migrationType)
A filter to return only resources that match a certain Migration Type.
migrationType
- the value to setpublic ListMigrationParametersRequest.Builder databaseCombination(DatabaseCombination databaseCombination)
A filter to return only resources that match a certain Database Combination.
databaseCombination
- the value to setpublic ListMigrationParametersRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit
- the value to setpublic ListMigrationParametersRequest.Builder page(String page)
The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
page
- the value to setpublic ListMigrationParametersRequest.Builder sortBy(ListMigrationParametersRequest.SortBy sortBy)
The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.
sortBy
- the value to setpublic ListMigrationParametersRequest.Builder sortOrder(SortOrders sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
sortOrder
- the value to setpublic ListMigrationParametersRequest.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 ListMigrationParametersRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListMigrationParametersRequest.Builder copy(ListMigrationParametersRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListMigrationParametersRequest,Void>
o
- other request from which to copy valuespublic ListMigrationParametersRequest build()
Build the instance of ListMigrationParametersRequest 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<ListMigrationParametersRequest,Void>
public ListMigrationParametersRequest buildWithoutInvocationCallback()
Build the instance of ListMigrationParametersRequest 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.