Class ListSourcesRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • namespaceName

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

        public ListSourcesRequest.Builder compartmentId​(String compartmentId)
        The ID of the compartment in which to list resources.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder instance
      • entityType

        public ListSourcesRequest.Builder entityType​(String entityType)
        A filter to return only sources associated with entities of the specified type.

        The match is case-insensitive.

        Parameters:
        entityType - the value to set
        Returns:
        this builder instance
      • sourceDisplayText

        public ListSourcesRequest.Builder sourceDisplayText​(String sourceDisplayText)
        The source display text used for filtering.

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

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

        public ListSourcesRequest.Builder isSystem​(ListSourcesRequest.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
      • isAutoAssociated

        public ListSourcesRequest.Builder isAutoAssociated​(Boolean isAutoAssociated)
        An auto-associate flag used for filtering.

        Only sources which are marked for automatic association will be returned.

        Parameters:
        isAutoAssociated - the value to set
        Returns:
        this builder instance
      • limit

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

        public ListSourcesRequest.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
      • name

        public ListSourcesRequest.Builder name​(String name)
        A filter to return only log analytics entities whose name matches the entire name given.

        The match is case-insensitive.

        Parameters:
        name - the value to set
        Returns:
        this builder instance
      • sourceType

        public ListSourcesRequest.Builder sourceType​(String sourceType)
        The source type.
        Parameters:
        sourceType - the value to set
        Returns:
        this builder instance
      • categories

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

        public ListSourcesRequest.Builder isSimplified​(Boolean isSimplified)
        A flag specifying whether or not to return all source information, or a subset of the information about each source.

        A value of true will return only the source unique identifier and the source name. A value of false will return all source information (such as author, updated date, system flag, etc.)

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

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

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