Class ListParsersRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • namespaceName

        public ListParsersRequest.Builder namespaceName​(String namespaceName)
        The Logging Analytics namespace used for the request.
        Parameters:
        namespaceName - the value to set
        Returns:
        this builder instance
      • isMatchAll

        public 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
      • sourceType

        public 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
      • parserName

        public ListParsersRequest.Builder parserName​(String parserName)
        The parser name used for filtering.
        Parameters:
        parserName - the value to set
        Returns:
        this builder instance
      • parserDisplayText

        public 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
      • parserType

        public 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
      • categories

        public ListParsersRequest.Builder categories​(String categories)
        A comma-separated list of categories used for filtering
        Parameters:
        categories - the value to set
        Returns:
        this builder instance
      • isSystem

        public 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
      • limit

        public ListParsersRequest.Builder limit​(Integer limit)
        The maximum number of items to return.
        Parameters:
        limit - the value to set
        Returns:
        this builder instance
      • page

        public 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
      • opcRequestId

        public ListParsersRequest.Builder opcRequestId​(String opcRequestId)
        The client request ID for tracing.
        Parameters:
        opcRequestId - the value to set
        Returns:
        this builder instance
      • invocationCallback

        public 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
      • retryConfiguration

        public 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