Package | Description |
---|---|
com.oracle.bmc.recovery.requests |
Modifier and Type | Method and Description |
---|---|
static ListProtectionPoliciesRequest.Builder |
ListProtectionPoliciesRequest.builder()
Return a new builder for this request object.
|
ListProtectionPoliciesRequest.Builder |
ListProtectionPoliciesRequest.Builder.compartmentId(String compartmentId)
The compartment OCID.
|
ListProtectionPoliciesRequest.Builder |
ListProtectionPoliciesRequest.Builder.copy(ListProtectionPoliciesRequest o)
Copy method to populate the builder with values from the given instance.
|
ListProtectionPoliciesRequest.Builder |
ListProtectionPoliciesRequest.Builder.displayName(String displayName)
A filter to return only resources that match the entire ‘displayname’ given.
|
ListProtectionPoliciesRequest.Builder |
ListProtectionPoliciesRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListProtectionPoliciesRequest.Builder |
ListProtectionPoliciesRequest.Builder.lifecycleState(LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
ListProtectionPoliciesRequest.Builder |
ListProtectionPoliciesRequest.Builder.limit(Integer limit)
The maximum number of items to return.
|
ListProtectionPoliciesRequest.Builder |
ListProtectionPoliciesRequest.Builder.opcRequestId(String opcRequestId)
Unique identifier for the request.
|
ListProtectionPoliciesRequest.Builder |
ListProtectionPoliciesRequest.Builder.owner(ListProtectionPoliciesRequest.Owner owner)
A filter to return only the policies that match the owner as ‘Customer’ or ‘Oracle’.
|
ListProtectionPoliciesRequest.Builder |
ListProtectionPoliciesRequest.Builder.page(String page)
The page token representing the page at which to start retrieving results.
|
ListProtectionPoliciesRequest.Builder |
ListProtectionPoliciesRequest.Builder.protectionPolicyId(String protectionPolicyId)
The protection policy OCID.
|
ListProtectionPoliciesRequest.Builder |
ListProtectionPoliciesRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListProtectionPoliciesRequest.Builder |
ListProtectionPoliciesRequest.Builder.sortBy(ListProtectionPoliciesRequest.SortBy sortBy)
The field to sort by.
|
ListProtectionPoliciesRequest.Builder |
ListProtectionPoliciesRequest.Builder.sortOrder(SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).
|
ListProtectionPoliciesRequest.Builder |
ListProtectionPoliciesRequest.toBuilder()
Return an instance of
ListProtectionPoliciesRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.