Class ListLookupsRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • namespaceName

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

        public ListLookupsRequest.Builder lookupDisplayText​(String lookupDisplayText)
        The lookup text used for filtering.

        Only lookups with the specified name or description will be returned.

        Parameters:
        lookupDisplayText - the value to set
        Returns:
        this builder instance
      • isSystem

        public ListLookupsRequest.Builder isSystem​(ListLookupsRequest.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
      • categories

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

        public ListLookupsRequest.Builder isHideSpecial​(Boolean isHideSpecial)
        A flag indicating whether or not to return OMC annotated or hidden lookups.
        Parameters:
        isHideSpecial - the value to set
        Returns:
        this builder instance
      • limit

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

        public ListLookupsRequest.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 ListLookupsRequest.Builder opcRequestId​(String opcRequestId)
        The client request ID for tracing.
        Parameters:
        opcRequestId - the value to set
        Returns:
        this builder instance
      • invocationCallback

        public ListLookupsRequest.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 ListLookupsRequest.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