Class ListParsersRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.requests.ListParsersRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<ListParsersRequest,Void>
 - Enclosing class:
- ListParsersRequest
 
 public static class ListParsersRequest.Builder extends Object implements BmcRequest.Builder<ListParsersRequest,Void> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListParsersRequestbuild()Build the instance of ListParsersRequest as configured by this builderListParsersRequestbuildWithoutInvocationCallback()Build the instance of ListParsersRequest as configured by this builderListParsersRequest.Buildercategories(String categories)A comma-separated list of categories used for filteringListParsersRequest.Buildercopy(ListParsersRequest o)Copy method to populate the builder with values from the given instance.ListParsersRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListParsersRequest.BuilderisMatchAll(Boolean isMatchAll)A flag indicating how to handle filtering when multiple filter criteria are specified.ListParsersRequest.BuilderisSystem(ListParsersRequest.IsSystem isSystem)The system value used for filtering.ListParsersRequest.Builderlimit(Integer limit)The maximum number of items to return.ListParsersRequest.BuildernamespaceName(String namespaceName)The Logging Analytics namespace used for the request.ListParsersRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.ListParsersRequest.Builderpage(String page)The page token representing the page at which to start retrieving results.ListParsersRequest.BuilderparserDisplayText(String parserDisplayText)The parser display text used for filtering.ListParsersRequest.BuilderparserName(String parserName)The parser name used for filtering.ListParsersRequest.BuilderparserType(ListParsersRequest.ParserType parserType)The parser type used for filtering.ListParsersRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListParsersRequest.BuildersortBy(ListParsersRequest.SortBy sortBy)The attribute used to sort the returned parsersListParsersRequest.BuildersortOrder(ListParsersRequest.SortOrder sortOrder)The sort order to use, either ascending (ASC) or descending (DESC).ListParsersRequest.BuildersourceType(ListParsersRequest.SourceType sourceType)The source type used for filtering.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builderbody$
 
- 
 
- 
- 
- 
Method Detail- 
namespaceNamepublic ListParsersRequest.Builder namespaceName(String namespaceName) The Logging Analytics namespace used for the request.- Parameters:
- namespaceName- the value to set
- Returns:
- this builder instance
 
 - 
isMatchAllpublic 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. - Parameters:
- isMatchAll- the value to set
- Returns:
- this builder instance
 
 - 
sourceTypepublic 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. - Parameters:
- sourceType- the value to set
- Returns:
- this builder instance
 
 - 
parserNamepublic ListParsersRequest.Builder parserName(String parserName) The parser name used for filtering.- Parameters:
- parserName- the value to set
- Returns:
- this builder instance
 
 - 
parserDisplayTextpublic ListParsersRequest.Builder parserDisplayText(String parserDisplayText) The parser display text used for filtering.Only parsers with the specified name or description will be returned. - Parameters:
- parserDisplayText- the value to set
- Returns:
- this builder instance
 
 - 
parserTypepublic 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. - Parameters:
- parserType- the value to set
- Returns:
- this builder instance
 
 - 
categoriespublic ListParsersRequest.Builder categories(String categories) A comma-separated list of categories used for filtering- Parameters:
- categories- the value to set
- Returns:
- this builder instance
 
 - 
isSystempublic 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). - Parameters:
- isSystem- the value to set
- Returns:
- this builder instance
 
 - 
limitpublic ListParsersRequest.Builder limit(Integer limit) The maximum number of items to return.- Parameters:
- limit- the value to set
- Returns:
- this builder instance
 
 - 
pagepublic 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. - Parameters:
- page- the value to set
- Returns:
- this builder instance
 
 - 
sortOrderpublic ListParsersRequest.Builder sortOrder(ListParsersRequest.SortOrder sortOrder) The sort order to use, either ascending (ASC) or descending (DESC).- Parameters:
- sortOrder- the value to set
- Returns:
- this builder instance
 
 - 
sortBypublic ListParsersRequest.Builder sortBy(ListParsersRequest.SortBy sortBy) The attribute used to sort the returned parsers- Parameters:
- sortBy- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic ListParsersRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic ListParsersRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) Set the invocation callback for the request to be built.- Parameters:
- invocationCallback- the invocation callback to be set for the request
- Returns:
- this builder instance
 
 - 
retryConfigurationpublic ListParsersRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration) Set the retry configuration for the request to be built.- Parameters:
- retryConfiguration- the retry configuration to be used for the request
- Returns:
- this builder instance
 
 - 
copypublic ListParsersRequest.Builder copy(ListParsersRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<ListParsersRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ListParsersRequest build() Build the instance of ListParsersRequest as configured by this builderNote that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuildWithoutInvocationCallback()does not.This is the preferred method to build an instance. - Specified by:
- buildin interface- BmcRequest.Builder<ListParsersRequest,Void>
- Returns:
- instance of ListParsersRequest
 
 - 
buildWithoutInvocationCallbackpublic ListParsersRequest buildWithoutInvocationCallback() Build the instance of ListParsersRequest as configured by this builderNote that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuild()does- Returns:
- instance of ListParsersRequest
 
 
- 
 
-