Package | Description |
---|---|
com.oracle.bmc.disasterrecovery.requests |
Modifier and Type | Method and Description |
---|---|
static ListDrPlansRequest.Builder |
ListDrPlansRequest.builder()
Return a new builder for this request object.
|
ListDrPlansRequest.Builder |
ListDrPlansRequest.Builder.copy(ListDrPlansRequest o)
Copy method to populate the builder with values from the given instance.
|
ListDrPlansRequest.Builder |
ListDrPlansRequest.Builder.displayName(String displayName)
A filter to return only resources that match the given display name.
|
ListDrPlansRequest.Builder |
ListDrPlansRequest.Builder.drPlanId(String drPlanId)
The OCID of the DR plan.
|
ListDrPlansRequest.Builder |
ListDrPlansRequest.Builder.drPlanType(DrPlanType drPlanType)
The DR plan type.
|
ListDrPlansRequest.Builder |
ListDrPlansRequest.Builder.drProtectionGroupId(String drProtectionGroupId)
The OCID of the DR protection group.
|
ListDrPlansRequest.Builder |
ListDrPlansRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListDrPlansRequest.Builder |
ListDrPlansRequest.Builder.lifecycleState(DrPlanLifecycleState lifecycleState)
A filter to return only DR plans that match the given lifecycle state.
|
ListDrPlansRequest.Builder |
ListDrPlansRequest.Builder.limit(Integer limit)
For list pagination.
|
ListDrPlansRequest.Builder |
ListDrPlansRequest.Builder.opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListDrPlansRequest.Builder |
ListDrPlansRequest.Builder.page(String page)
For list pagination.
|
ListDrPlansRequest.Builder |
ListDrPlansRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListDrPlansRequest.Builder |
ListDrPlansRequest.Builder.sortBy(ListDrPlansRequest.SortBy sortBy)
The field to sort by.
|
ListDrPlansRequest.Builder |
ListDrPlansRequest.Builder.sortOrder(SortOrder sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
|
ListDrPlansRequest.Builder |
ListDrPlansRequest.toBuilder()
Return an instance of
ListDrPlansRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.