static ListLogSetsRequest.Builder |
ListLogSetsRequest.builder() |
Return a new builder for this request object.
|
ListLogSetsRequest.Builder |
ListLogSetsRequest.Builder.copy(ListLogSetsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListLogSetsRequest.Builder |
ListLogSetsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListLogSetsRequest.Builder |
ListLogSetsRequest.Builder.limit(Integer limit) |
The maximum number of items to return.
|
ListLogSetsRequest.Builder |
ListLogSetsRequest.Builder.logSetNameContains(String singularValue) |
Singular setter.
|
ListLogSetsRequest.Builder |
ListLogSetsRequest.Builder.logSetNameContains(List<String> logSetNameContains) |
If this filter is present, each of the logsets returned must contain the value of this
filter.
|
ListLogSetsRequest.Builder |
ListLogSetsRequest.Builder.namespaceName(String namespaceName) |
The Logging Analytics namespace used for the request.
|
ListLogSetsRequest.Builder |
ListLogSetsRequest.Builder.opcRequestId(String opcRequestId) |
The client request ID for tracing.
|
ListLogSetsRequest.Builder |
ListLogSetsRequest.Builder.page(String page) |
The page token representing the page at which to start retrieving results.
|
ListLogSetsRequest.Builder |
ListLogSetsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListLogSetsRequest.Builder |
ListLogSetsRequest.Builder.sortOrder(ListLogSetsRequest.SortOrder sortOrder) |
The sort order to use, either ascending (ASC) or descending (DESC).
|
ListLogSetsRequest.Builder |
ListLogSetsRequest.toBuilder() |
|