Package | Description |
---|---|
com.oracle.bmc.cloudbridge.requests |
Modifier and Type | Method and Description |
---|---|
ListAgentDependenciesRequest.Builder |
ListAgentDependenciesRequest.Builder.agentId(String agentId)
A filter to return only resources that match the given Agent ID.
|
static ListAgentDependenciesRequest.Builder |
ListAgentDependenciesRequest.builder()
Return a new builder for this request object.
|
ListAgentDependenciesRequest.Builder |
ListAgentDependenciesRequest.Builder.compartmentId(String compartmentId)
The ID of the compartment in which to list resources.
|
ListAgentDependenciesRequest.Builder |
ListAgentDependenciesRequest.Builder.copy(ListAgentDependenciesRequest o)
Copy method to populate the builder with values from the given instance.
|
ListAgentDependenciesRequest.Builder |
ListAgentDependenciesRequest.Builder.displayName(String displayName)
A filter to return only resources that match the entire display name given.
|
ListAgentDependenciesRequest.Builder |
ListAgentDependenciesRequest.Builder.environmentId(String environmentId)
A filter to return only resources that match the given environment ID.
|
ListAgentDependenciesRequest.Builder |
ListAgentDependenciesRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListAgentDependenciesRequest.Builder |
ListAgentDependenciesRequest.Builder.lifecycleState(AgentDependency.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
ListAgentDependenciesRequest.Builder |
ListAgentDependenciesRequest.Builder.limit(Integer limit)
The maximum number of items to return.
|
ListAgentDependenciesRequest.Builder |
ListAgentDependenciesRequest.Builder.opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListAgentDependenciesRequest.Builder |
ListAgentDependenciesRequest.Builder.page(String page)
A token representing the position at which to start retrieving results.
|
ListAgentDependenciesRequest.Builder |
ListAgentDependenciesRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListAgentDependenciesRequest.Builder |
ListAgentDependenciesRequest.Builder.sortBy(ListAgentDependenciesRequest.SortBy sortBy)
The field to sort by.
|
ListAgentDependenciesRequest.Builder |
ListAgentDependenciesRequest.Builder.sortOrder(SortOrders sortOrder)
The sort order to use, either ‘ASC’ or ‘DESC’.
|
ListAgentDependenciesRequest.Builder |
ListAgentDependenciesRequest.toBuilder()
Return an instance of
ListAgentDependenciesRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.