Class ListLabelsRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • namespaceName

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

        public ListLabelsRequest.Builder labelName​(String labelName)
        The label name used for filtering.

        Only items with, or associated with, the specified label name will be returned.

        Parameters:
        labelName - the value to set
        Returns:
        this builder instance
      • labelDisplayText

        public ListLabelsRequest.Builder labelDisplayText​(String labelDisplayText)
        The label display text used for filtering.

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

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

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

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

        public ListLabelsRequest.Builder labelPriority​(ListLabelsRequest.LabelPriority labelPriority)
        The label priority used for filtering.

        Only labels with the specified priority will be returned.

        Parameters:
        labelPriority - the value to set
        Returns:
        this builder instance
      • isCountPop

        public ListLabelsRequest.Builder isCountPop​(Boolean isCountPop)
        A flag indicating whether or not to count the label usage per source and per rule.
        Parameters:
        isCountPop - the value to set
        Returns:
        this builder instance
      • isAliasPop

        public ListLabelsRequest.Builder isAliasPop​(Boolean isAliasPop)
        A flag indicating whether or not return the aliases used by each label.
        Parameters:
        isAliasPop - the value to set
        Returns:
        this builder instance
      • limit

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

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

        Parameters:
        page - the value to set
        Returns:
        this builder instance
      • opcRequestId

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

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