Class ListUploadsRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • namespaceName

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

        public ListUploadsRequest.Builder name​(String name)
        Name of the upload container.
        Parameters:
        name - the value to set
        Returns:
        this builder instance
      • nameContains

        public ListUploadsRequest.Builder nameContains​(String nameContains)
        A filter to return only uploads whose name contains the given name.
        Parameters:
        nameContains - the value to set
        Returns:
        this builder instance
      • limit

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

        public ListUploadsRequest.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
      • sortBy

        public ListUploadsRequest.Builder sortBy​(ListUploadsRequest.SortBy sortBy)
        The field to sort by.

        Only one sort order may be provided. Default order for timeUpdated is descending. Default order for name is ascending. If no value is specified timeUpdated is default.

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

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

        public ListUploadsRequest.Builder warningsFilter​(ListUploadsRequest.WarningsFilter warningsFilter)
        Use this for filtering uploads w.r.t warnings.

        Only one value is allowed. If no value is specified then ALL is taken as default, which means that all the uploads with and without warnings will be returned.

        Parameters:
        warningsFilter - the value to set
        Returns:
        this builder instance
      • invocationCallback

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