public static class ListParsersRequest.Builder extends Object implements BmcRequest.Builder<ListParsersRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListParsersRequest |
build()
Build the instance of ListParsersRequest as configured by this builder
|
ListParsersRequest |
buildWithoutInvocationCallback()
Build the instance of ListParsersRequest as configured by this builder
|
ListParsersRequest.Builder |
categories(String categories)
A comma-separated list of categories used for filtering
|
ListParsersRequest.Builder |
copy(ListParsersRequest o)
Copy method to populate the builder with values from the given instance.
|
ListParsersRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListParsersRequest.Builder |
isMatchAll(Boolean isMatchAll)
A flag indicating how to handle filtering when multiple filter criteria are specified.
|
ListParsersRequest.Builder |
isSystem(ListParsersRequest.IsSystem isSystem)
The system value used for filtering.
|
ListParsersRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListParsersRequest.Builder |
namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
|
ListParsersRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListParsersRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
ListParsersRequest.Builder |
parserDisplayText(String parserDisplayText)
The parser display text used for filtering.
|
ListParsersRequest.Builder |
parserName(String parserName)
The parser name used for filtering.
|
ListParsersRequest.Builder |
parserType(ListParsersRequest.ParserType parserType)
The parser type used for filtering.
|
ListParsersRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListParsersRequest.Builder |
sortBy(ListParsersRequest.SortBy sortBy)
The attribute used to sort the returned parsers
|
ListParsersRequest.Builder |
sortOrder(ListParsersRequest.SortOrder sortOrder)
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
ListParsersRequest.Builder |
sourceType(ListParsersRequest.SourceType sourceType)
The source type used for filtering.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListParsersRequest.Builder namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
namespaceName
- the value to setpublic ListParsersRequest.Builder isMatchAll(Boolean isMatchAll)
A flag indicating how to handle filtering when multiple filter criteria are specified. A value of true will always result in the most expansive list of items being returned. For example, if two field lists are supplies as filter criteria, a value of true will result in any item matching a field in either list being returned, while a value of false will result in a list of items which only have fields contained in both input lists.
isMatchAll
- the value to setpublic ListParsersRequest.Builder sourceType(ListParsersRequest.SourceType sourceType)
The source type used for filtering. Only parsers associated with a source of the specified type will be returned.
sourceType
- the value to setpublic ListParsersRequest.Builder parserName(String parserName)
The parser name used for filtering.
parserName
- the value to setpublic ListParsersRequest.Builder parserDisplayText(String parserDisplayText)
The parser display text used for filtering. Only parsers with the specified name or description will be returned.
parserDisplayText
- the value to setpublic ListParsersRequest.Builder parserType(ListParsersRequest.ParserType parserType)
The parser type used for filtering. Only items with, or associated with, parsers of the specified type will be returned.
parserType
- the value to setpublic ListParsersRequest.Builder categories(String categories)
A comma-separated list of categories used for filtering
categories
- the value to setpublic ListParsersRequest.Builder isSystem(ListParsersRequest.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 ListParsersRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit
- the value to setpublic ListParsersRequest.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 ListParsersRequest.Builder sortOrder(ListParsersRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC
) or descending (DESC
).
sortOrder
- the value to setpublic ListParsersRequest.Builder sortBy(ListParsersRequest.SortBy sortBy)
The attribute used to sort the returned parsers
sortBy
- the value to setpublic ListParsersRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic ListParsersRequest.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 ListParsersRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListParsersRequest.Builder copy(ListParsersRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListParsersRequest,Void>
o
- other request from which to copy valuespublic ListParsersRequest build()
Build the instance of ListParsersRequest 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<ListParsersRequest,Void>
public ListParsersRequest buildWithoutInvocationCallback()
Build the instance of ListParsersRequest 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.