static ListSourcesRequest.Builder |
ListSourcesRequest.builder() |
Return a new builder for this request object.
|
ListSourcesRequest.Builder |
ListSourcesRequest.Builder.categories(String categories) |
A comma-separated list of categories used for filtering
|
ListSourcesRequest.Builder |
ListSourcesRequest.Builder.compartmentId(String compartmentId) |
The ID of the compartment in which to list resources.
|
ListSourcesRequest.Builder |
ListSourcesRequest.Builder.copy(ListSourcesRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListSourcesRequest.Builder |
ListSourcesRequest.Builder.entityType(String entityType) |
A filter to return only sources associated with entities of the specified type.
|
ListSourcesRequest.Builder |
ListSourcesRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListSourcesRequest.Builder |
ListSourcesRequest.Builder.isAutoAssociated(Boolean isAutoAssociated) |
An auto-associate flag used for filtering.
|
ListSourcesRequest.Builder |
ListSourcesRequest.Builder.isSimplified(Boolean isSimplified) |
A flag specifying whether or not to return all source information, or a subset of the
information about each source.
|
ListSourcesRequest.Builder |
ListSourcesRequest.Builder.isSystem(ListSourcesRequest.IsSystem isSystem) |
The system value used for filtering.
|
ListSourcesRequest.Builder |
ListSourcesRequest.Builder.limit(Integer limit) |
The maximum number of items to return.
|
ListSourcesRequest.Builder |
ListSourcesRequest.Builder.name(String name) |
A filter to return only log analytics entities whose name matches the entire name given.
|
ListSourcesRequest.Builder |
ListSourcesRequest.Builder.namespaceName(String namespaceName) |
The Logging Analytics namespace used for the request.
|
ListSourcesRequest.Builder |
ListSourcesRequest.Builder.opcRequestId(String opcRequestId) |
The client request ID for tracing.
|
ListSourcesRequest.Builder |
ListSourcesRequest.Builder.page(String page) |
The page token representing the page at which to start retrieving results.
|
ListSourcesRequest.Builder |
ListSourcesRequest.Builder.patternText(String patternText) |
The pattern text filter.
|
ListSourcesRequest.Builder |
ListSourcesRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListSourcesRequest.Builder |
ListSourcesRequest.Builder.sortBy(ListSourcesRequest.SortBy sortBy) |
The attribute used to sort the returned sources
|
ListSourcesRequest.Builder |
ListSourcesRequest.Builder.sortOrder(ListSourcesRequest.SortOrder sortOrder) |
The sort order to use, either ascending (ASC) or descending (DESC).
|
ListSourcesRequest.Builder |
ListSourcesRequest.Builder.sourceDisplayText(String sourceDisplayText) |
The source display text used for filtering.
|
ListSourcesRequest.Builder |
ListSourcesRequest.Builder.sourceType(String sourceType) |
The source type.
|
ListSourcesRequest.Builder |
ListSourcesRequest.toBuilder() |
|