static ListAgentsRequest.Builder |
ListAgentsRequest.builder() |
Return a new builder for this request object.
|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.compartmentId(String compartmentId) |
The OCID of the
compartment in which to list resources.
|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.copy(ListAgentsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.displayName(String displayName) |
A filter to return only resources that match the given display name exactly.
|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.lifecycleState(Agent.LifecycleState lifecycleState) |
A filter to return only resources that match the given lifecycle state.
|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.limit(Integer limit) |
For list pagination.
|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.opcRequestId(String opcRequestId) |
Unique Oracle-assigned identifier for the request.
|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.page(String page) |
For list pagination.
|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.sortBy(ListAgentsRequest.SortBy sortBy) |
The field to sort by.
|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.sortOrder(SortOrder sortOrder) |
The sort order to use, either ascending (ASC) or descending (DESC).
|
ListAgentsRequest.Builder |
ListAgentsRequest.toBuilder() |
|