static ListInventoryResourcesRequest.Builder |
ListInventoryResourcesRequest.builder() |
Return a new builder for this request object.
|
ListInventoryResourcesRequest.Builder |
ListInventoryResourcesRequest.Builder.compartmentId(String compartmentId) |
A filter to return only resources whose base Compartment ID(TenancyId) matches the given
base Compartment ID.
|
ListInventoryResourcesRequest.Builder |
ListInventoryResourcesRequest.Builder.copy(ListInventoryResourcesRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListInventoryResourcesRequest.Builder |
ListInventoryResourcesRequest.Builder.definedTagEquals(String singularValue) |
Singular setter.
|
ListInventoryResourcesRequest.Builder |
ListInventoryResourcesRequest.Builder.definedTagEquals(List<String> definedTagEquals) |
A list of tag filters to apply.
|
ListInventoryResourcesRequest.Builder |
ListInventoryResourcesRequest.Builder.displayName(String displayName) |
A filter to return only resources that match the entire display name given.
|
ListInventoryResourcesRequest.Builder |
ListInventoryResourcesRequest.Builder.freeformTagEquals(String singularValue) |
Singular setter.
|
ListInventoryResourcesRequest.Builder |
ListInventoryResourcesRequest.Builder.freeformTagEquals(List<String> freeformTagEquals) |
A list of tag filters to apply.
|
ListInventoryResourcesRequest.Builder |
ListInventoryResourcesRequest.Builder.inventoryProperties(String singularValue) |
Singular setter.
|
ListInventoryResourcesRequest.Builder |
ListInventoryResourcesRequest.Builder.inventoryProperties(List<String> inventoryProperties) |
A list of inventory properties filters to apply.
|
ListInventoryResourcesRequest.Builder |
ListInventoryResourcesRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListInventoryResourcesRequest.Builder |
ListInventoryResourcesRequest.Builder.lifecycleState(String lifecycleState) |
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
ListInventoryResourcesRequest.Builder |
ListInventoryResourcesRequest.Builder.limit(Integer limit) |
The maximum number of items to return.
|
ListInventoryResourcesRequest.Builder |
ListInventoryResourcesRequest.Builder.matchingCriteria(String matchingCriteria) |
Fetch resources matching ANY or ALL criteria passed as params in “tags” and
“inventoryProperties”.
|
ListInventoryResourcesRequest.Builder |
ListInventoryResourcesRequest.Builder.opcRequestId(String opcRequestId) |
The client request ID for tracing.
|
ListInventoryResourcesRequest.Builder |
ListInventoryResourcesRequest.Builder.page(String page) |
A token representing the position at which to start retrieving results.
|
ListInventoryResourcesRequest.Builder |
ListInventoryResourcesRequest.Builder.resourceCompartmentId(String resourceCompartmentId) |
A filter to return only resources whose resource Compartment ID matches the given
resource Compartment ID.
|
ListInventoryResourcesRequest.Builder |
ListInventoryResourcesRequest.Builder.resourceRegion(String resourceRegion) |
Resource Region
|
ListInventoryResourcesRequest.Builder |
ListInventoryResourcesRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListInventoryResourcesRequest.Builder |
ListInventoryResourcesRequest.Builder.sortBy(InventoryResourceSortBy sortBy) |
The field to sort by.
|
ListInventoryResourcesRequest.Builder |
ListInventoryResourcesRequest.Builder.sortOrder(SortOrder sortOrder) |
The sort order to use, either ‘ASC’ or ‘DESC’.
|
ListInventoryResourcesRequest.Builder |
ListInventoryResourcesRequest.toBuilder() |
|