static ListDelegationControlsRequest.Builder |
ListDelegationControlsRequest.builder() |
Return a new builder for this request object.
|
ListDelegationControlsRequest.Builder |
ListDelegationControlsRequest.Builder.compartmentId(String compartmentId) |
The OCID of the
compartment.
|
ListDelegationControlsRequest.Builder |
ListDelegationControlsRequest.Builder.copy(ListDelegationControlsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListDelegationControlsRequest.Builder |
ListDelegationControlsRequest.Builder.displayName(String displayName) |
A filter to return Delegation Control resources that match the given display name.
|
ListDelegationControlsRequest.Builder |
ListDelegationControlsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListDelegationControlsRequest.Builder |
ListDelegationControlsRequest.Builder.lifecycleState(DelegationControl.LifecycleState lifecycleState) |
A filter to return only Delegation Control resources whose lifecycleState matches the
given Delegation Control lifecycle state.
|
ListDelegationControlsRequest.Builder |
ListDelegationControlsRequest.Builder.limit(Integer limit) |
The maximum number of items to return.
|
ListDelegationControlsRequest.Builder |
ListDelegationControlsRequest.Builder.opcRequestId(String opcRequestId) |
The client request ID for tracing.
|
ListDelegationControlsRequest.Builder |
ListDelegationControlsRequest.Builder.page(String page) |
The page token representing the page at which to start retrieving results.
|
ListDelegationControlsRequest.Builder |
ListDelegationControlsRequest.Builder.resourceId(String resourceId) |
A filter to return Delegation Control resources that match the given resource ID.
|
ListDelegationControlsRequest.Builder |
ListDelegationControlsRequest.Builder.resourceType(DelegationControlResourceType resourceType) |
A filter to return only resources that match the given resource type.
|
ListDelegationControlsRequest.Builder |
ListDelegationControlsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListDelegationControlsRequest.Builder |
ListDelegationControlsRequest.Builder.sortBy(ListDelegationControlsRequest.SortBy sortBy) |
The field to sort by.
|
ListDelegationControlsRequest.Builder |
ListDelegationControlsRequest.Builder.sortOrder(SortOrders sortOrder) |
The sort order to use, either ‘asc’ or ‘desc’.
|
ListDelegationControlsRequest.Builder |
ListDelegationControlsRequest.toBuilder() |
|