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