static ListLabelsRequest.Builder |
ListLabelsRequest.builder() |
Return a new builder for this request object.
|
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.copy(ListLabelsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.isAliasPop(Boolean isAliasPop) |
A flag indicating whether or not return the aliases used by each label.
|
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.isCountPop(Boolean isCountPop) |
A flag indicating whether or not to count the label usage per source and per rule.
|
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.isSystem(ListLabelsRequest.IsSystem isSystem) |
The system value used for filtering.
|
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.labelDisplayText(String labelDisplayText) |
The label display text used for filtering.
|
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.labelName(String labelName) |
The label name used for filtering.
|
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.labelPriority(ListLabelsRequest.LabelPriority labelPriority) |
The label priority used for filtering.
|
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.labelSortBy(ListLabelsRequest.LabelSortBy labelSortBy) |
The attribute used to sort the returned labels
|
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.limit(Integer limit) |
The maximum number of items to return.
|
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.namespaceName(String namespaceName) |
The Logging Analytics namespace used for the request.
|
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.opcRequestId(String opcRequestId) |
The client request ID for tracing.
|
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.page(String page) |
The page token representing the page at which to start retrieving results.
|
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.sortOrder(ListLabelsRequest.SortOrder sortOrder) |
The sort order to use, either ascending (ASC) or descending (DESC).
|
ListLabelsRequest.Builder |
ListLabelsRequest.toBuilder() |
|