static ListDynamicGroupsRequest.Builder |
ListDynamicGroupsRequest.builder() |
Return a new builder for this request object.
|
ListDynamicGroupsRequest.Builder |
ListDynamicGroupsRequest.Builder.compartmentId(String compartmentId) |
The OCID of the compartment (remember that the tenancy is simply the root compartment).
|
ListDynamicGroupsRequest.Builder |
ListDynamicGroupsRequest.Builder.copy(ListDynamicGroupsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListDynamicGroupsRequest.Builder |
ListDynamicGroupsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListDynamicGroupsRequest.Builder |
ListDynamicGroupsRequest.Builder.lifecycleState(DynamicGroup.LifecycleState lifecycleState) |
A filter to only return resources that match the given lifecycle state.
|
ListDynamicGroupsRequest.Builder |
ListDynamicGroupsRequest.Builder.limit(Integer limit) |
The maximum number of items to return in a paginated “List” call.
|
ListDynamicGroupsRequest.Builder |
ListDynamicGroupsRequest.Builder.name(String name) |
A filter to only return resources that match the given name exactly.
|
ListDynamicGroupsRequest.Builder |
ListDynamicGroupsRequest.Builder.page(String page) |
The value of the opc-next-page response header from the previous “List” call.
|
ListDynamicGroupsRequest.Builder |
ListDynamicGroupsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListDynamicGroupsRequest.Builder |
ListDynamicGroupsRequest.Builder.sortBy(ListDynamicGroupsRequest.SortBy sortBy) |
The field to sort by.
|
ListDynamicGroupsRequest.Builder |
ListDynamicGroupsRequest.Builder.sortOrder(ListDynamicGroupsRequest.SortOrder sortOrder) |
The sort order to use, either ascending (ASC) or descending (DESC).
|
ListDynamicGroupsRequest.Builder |
ListDynamicGroupsRequest.toBuilder() |
|