Package | Description |
---|---|
com.oracle.bmc.apmconfig.requests |
Modifier and Type | Method and Description |
---|---|
ListConfigsRequest.Builder |
ListConfigsRequest.Builder.apmDomainId(String apmDomainId)
The APM Domain ID the request is intended for.
|
static ListConfigsRequest.Builder |
ListConfigsRequest.builder()
Return a new builder for this request object.
|
ListConfigsRequest.Builder |
ListConfigsRequest.Builder.configType(String configType)
A filter to match configuration items of a given type.
|
ListConfigsRequest.Builder |
ListConfigsRequest.Builder.copy(ListConfigsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListConfigsRequest.Builder |
ListConfigsRequest.Builder.definedTagEquals(List<String> definedTagEquals)
A list of tag filters to apply.
|
ListConfigsRequest.Builder |
ListConfigsRequest.Builder.definedTagEquals(String singularValue)
Singular setter.
|
ListConfigsRequest.Builder |
ListConfigsRequest.Builder.definedTagExists(List<String> definedTagExists)
A list of tag existence filters to apply.
|
ListConfigsRequest.Builder |
ListConfigsRequest.Builder.definedTagExists(String singularValue)
Singular setter.
|
ListConfigsRequest.Builder |
ListConfigsRequest.Builder.displayName(String displayName)
A filter to return resources that match the given display name.
|
ListConfigsRequest.Builder |
ListConfigsRequest.Builder.freeformTagEquals(List<String> freeformTagEquals)
A list of tag filters to apply.
|
ListConfigsRequest.Builder |
ListConfigsRequest.Builder.freeformTagEquals(String singularValue)
Singular setter.
|
ListConfigsRequest.Builder |
ListConfigsRequest.Builder.freeformTagExists(List<String> freeformTagExists)
A list of tag existence filters to apply.
|
ListConfigsRequest.Builder |
ListConfigsRequest.Builder.freeformTagExists(String singularValue)
Singular setter.
|
ListConfigsRequest.Builder |
ListConfigsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListConfigsRequest.Builder |
ListConfigsRequest.Builder.limit(Integer limit)
The maximum number of items to return.
|
ListConfigsRequest.Builder |
ListConfigsRequest.Builder.opcRequestId(String opcRequestId)
Unique identifier for the request.
|
ListConfigsRequest.Builder |
ListConfigsRequest.Builder.optionsGroup(String optionsGroup)
A filter to return OPTIONS resources that match the given group.
|
ListConfigsRequest.Builder |
ListConfigsRequest.Builder.page(String page)
The maximum number of results per page, or items to return in a paginated “List” call.
|
ListConfigsRequest.Builder |
ListConfigsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListConfigsRequest.Builder |
ListConfigsRequest.Builder.sortBy(ListConfigsRequest.SortBy sortBy)
The field to sort by.
|
ListConfigsRequest.Builder |
ListConfigsRequest.Builder.sortOrder(SortOrders sortOrder)
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
ListConfigsRequest.Builder |
ListConfigsRequest.toBuilder()
Return an instance of
ListConfigsRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2025. All rights reserved.