public static class ListLabelsRequest.Builder extends Object implements BmcRequest.Builder<ListLabelsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListLabelsRequest |
build()
Build the instance of ListLabelsRequest as configured by this builder
|
ListLabelsRequest |
buildWithoutInvocationCallback()
Build the instance of ListLabelsRequest as configured by this builder
|
ListLabelsRequest.Builder |
copy(ListLabelsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListLabelsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListLabelsRequest.Builder |
isAliasPop(Boolean isAliasPop)
A flag indicating whether or not return the aliases used by each label.
|
ListLabelsRequest.Builder |
isCountPop(Boolean isCountPop)
A flag indicating whether or not to count the label usage per source and per rule.
|
ListLabelsRequest.Builder |
isSystem(ListLabelsRequest.IsSystem isSystem)
The system value used for filtering.
|
ListLabelsRequest.Builder |
labelDisplayText(String labelDisplayText)
The label display text used for filtering.
|
ListLabelsRequest.Builder |
labelName(String labelName)
The label name used for filtering.
|
ListLabelsRequest.Builder |
labelPriority(ListLabelsRequest.LabelPriority labelPriority)
The label priority used for filtering.
|
ListLabelsRequest.Builder |
labelSortBy(ListLabelsRequest.LabelSortBy labelSortBy)
The attribute used to sort the returned labels
|
ListLabelsRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListLabelsRequest.Builder |
namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
|
ListLabelsRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListLabelsRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
ListLabelsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListLabelsRequest.Builder |
sortOrder(ListLabelsRequest.SortOrder sortOrder)
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListLabelsRequest.Builder namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
namespaceName
- the value to setpublic ListLabelsRequest.Builder labelName(String labelName)
The label name used for filtering. Only items with, or associated with, the specified label name will be returned.
labelName
- the value to setpublic ListLabelsRequest.Builder labelDisplayText(String labelDisplayText)
The label display text used for filtering. Only labels with the specified name or description will be returned.
labelDisplayText
- the value to setpublic ListLabelsRequest.Builder isSystem(ListLabelsRequest.IsSystem isSystem)
The system value used for filtering. Only items with the specified system value will be returned. Valid values are built in, custom (for user defined items), or all (for all items, regardless of system value).
isSystem
- the value to setpublic ListLabelsRequest.Builder labelPriority(ListLabelsRequest.LabelPriority labelPriority)
The label priority used for filtering. Only labels with the specified priority will be returned.
labelPriority
- the value to setpublic ListLabelsRequest.Builder isCountPop(Boolean isCountPop)
A flag indicating whether or not to count the label usage per source and per rule.
isCountPop
- the value to setpublic ListLabelsRequest.Builder isAliasPop(Boolean isAliasPop)
A flag indicating whether or not return the aliases used by each label.
isAliasPop
- the value to setpublic ListLabelsRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit
- the value to setpublic ListLabelsRequest.Builder page(String page)
The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
page
- the value to setpublic ListLabelsRequest.Builder sortOrder(ListLabelsRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC
) or descending (DESC
).
sortOrder
- the value to setpublic ListLabelsRequest.Builder labelSortBy(ListLabelsRequest.LabelSortBy labelSortBy)
The attribute used to sort the returned labels
labelSortBy
- the value to setpublic ListLabelsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic ListLabelsRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic ListLabelsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListLabelsRequest.Builder copy(ListLabelsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListLabelsRequest,Void>
o
- other request from which to copy valuespublic ListLabelsRequest build()
Build the instance of ListLabelsRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<ListLabelsRequest,Void>
public ListLabelsRequest buildWithoutInvocationCallback()
Build the instance of ListLabelsRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.