Package | Description |
---|---|
com.oracle.bmc.cloudmigrations.requests |
Modifier and Type | Method and Description |
---|---|
static ListMigrationPlansRequest.Builder |
ListMigrationPlansRequest.builder()
Return a new builder for this request object.
|
ListMigrationPlansRequest.Builder |
ListMigrationPlansRequest.Builder.compartmentId(String compartmentId)
The ID of the compartment in which to list resources.
|
ListMigrationPlansRequest.Builder |
ListMigrationPlansRequest.Builder.copy(ListMigrationPlansRequest o)
Copy method to populate the builder with values from the given instance.
|
ListMigrationPlansRequest.Builder |
ListMigrationPlansRequest.Builder.displayName(String displayName)
A filter to return only resources that match the entire given display name.
|
ListMigrationPlansRequest.Builder |
ListMigrationPlansRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListMigrationPlansRequest.Builder |
ListMigrationPlansRequest.Builder.lifecycleState(MigrationPlan.LifecycleState lifecycleState)
The current state of the migration plan.
|
ListMigrationPlansRequest.Builder |
ListMigrationPlansRequest.Builder.limit(Integer limit)
The maximum number of items to return.
|
ListMigrationPlansRequest.Builder |
ListMigrationPlansRequest.Builder.migrationId(String migrationId)
Unique migration identifier
|
ListMigrationPlansRequest.Builder |
ListMigrationPlansRequest.Builder.migrationPlanId(String migrationPlanId)
Unique migration plan identifier
|
ListMigrationPlansRequest.Builder |
ListMigrationPlansRequest.Builder.opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListMigrationPlansRequest.Builder |
ListMigrationPlansRequest.Builder.page(String page)
A token representing the position at which to start retrieving results.
|
ListMigrationPlansRequest.Builder |
ListMigrationPlansRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListMigrationPlansRequest.Builder |
ListMigrationPlansRequest.Builder.sortBy(ListMigrationPlansRequest.SortBy sortBy)
The field to sort by.
|
ListMigrationPlansRequest.Builder |
ListMigrationPlansRequest.Builder.sortOrder(SortOrder sortOrder)
The sort order to use, either ‘ASC’ or ‘DESC’.
|
ListMigrationPlansRequest.Builder |
ListMigrationPlansRequest.toBuilder()
Return an instance of
ListMigrationPlansRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.