Class ListJobLogsRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • catalogId

        public ListJobLogsRequest.Builder catalogId​(String catalogId)
        Unique catalog identifier.
        Parameters:
        catalogId - the value to set
        Returns:
        this builder instance
      • jobExecutionKey

        public ListJobLogsRequest.Builder jobExecutionKey​(String jobExecutionKey)
        The key of the job execution.
        Parameters:
        jobExecutionKey - the value to set
        Returns:
        this builder instance
      • lifecycleState

        public ListJobLogsRequest.Builder lifecycleState​(LifecycleState lifecycleState)
        A filter to return only resources that match the specified lifecycle state.

        The value is case insensitive.

        Parameters:
        lifecycleState - the value to set
        Returns:
        this builder instance
      • severity

        public ListJobLogsRequest.Builder severity​(String severity)
        Severity level for this Log.
        Parameters:
        severity - the value to set
        Returns:
        this builder instance
      • timeCreated

        public ListJobLogsRequest.Builder timeCreated​(Date timeCreated)
        Time that the resource was created.

        An RFC3339 formatted datetime string.

        Parameters:
        timeCreated - the value to set
        Returns:
        this builder instance
      • timeUpdated

        public ListJobLogsRequest.Builder timeUpdated​(Date timeUpdated)
        Time that the resource was updated.

        An RFC3339 formatted datetime string.

        Parameters:
        timeUpdated - the value to set
        Returns:
        this builder instance
      • createdById

        public ListJobLogsRequest.Builder createdById​(String createdById)
        OCID of the user who created the resource.
        Parameters:
        createdById - the value to set
        Returns:
        this builder instance
      • updatedById

        public ListJobLogsRequest.Builder updatedById​(String updatedById)
        OCID of the user who updated the resource.
        Parameters:
        updatedById - the value to set
        Returns:
        this builder instance
      • fields

        public ListJobLogsRequest.Builder fields​(ListJobLogsRequest.Fields singularValue)
        Singular setter.

        Specifies the fields to return in a job log summary response.

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

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

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

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

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

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

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