ListAgentsRequest.Builder |
ListAgentsRequest.Builder.agentId(String agentId) |
A filter to return only resources that match the given Agent ID.
|
static ListAgentsRequest.Builder |
ListAgentsRequest.builder() |
Return a new builder for this request object.
|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.compartmentId(String compartmentId) |
The ID 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 entire display name given.
|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.environmentId(String environmentId) |
A filter to return only resources that match the given environment ID.
|
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 their lifecycleState matches the given lifecycleState.
|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.limit(Integer limit) |
The maximum number of items to return.
|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.opcRequestId(String opcRequestId) |
The client request ID for tracing.
|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.page(String page) |
A token representing the position at which to start retrieving results.
|
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(SortOrders sortOrder) |
The sort order to use, either ‘ASC’ or ‘DESC’.
|
ListAgentsRequest.Builder |
ListAgentsRequest.toBuilder() |
|