Class ListWorkRequestsRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • compartmentId

        public ListWorkRequestsRequest.Builder compartmentId​(String compartmentId)
        The OCID of the compartment that contains the resources to list.

        This filter returns only resources contained within the specified compartment.

        Parameters:
        compartmentId - the value to set
        Returns:
        this builder instance
      • status

        public ListWorkRequestsRequest.Builder status​(OperationStatus singularValue)
        Singular setter.

        A filter to return work requests that match the given status.

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

        public ListWorkRequestsRequest.Builder resourceId​(String resourceId)
        The OCID of the resource.

        This filter returns resources associated with the specified resource.

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

        public ListWorkRequestsRequest.Builder opcRequestId​(String opcRequestId)
        Unique Oracle-assigned identifier for the request.

        If you need to contact Oracle about a particular request, please provide the request ID.

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

        public ListWorkRequestsRequest.Builder page​(String page)
        For list pagination.

        The value of the opc-next-page response header from the previous “List” call. For important details about how pagination works, see List Pagination.

        Example: 3

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

        public ListWorkRequestsRequest.Builder limit​(Integer limit)
        For list pagination.

        The maximum number of results per page, or items to return in a paginated “List” call. For important details about how pagination works, see List Pagination.

        Example: 50

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

        public ListWorkRequestsRequest.Builder sortOrder​(SortOrder sortOrder)
        The sort order to use, either ‘ASC’ or ‘DESC’.
        Parameters:
        sortOrder - the value to set
        Returns:
        this builder instance
      • initiatorId

        public ListWorkRequestsRequest.Builder initiatorId​(String initiatorId)
        The OCID of the schedule job that initiated the work request.
        Parameters:
        initiatorId - the value to set
        Returns:
        this builder instance
      • parentResourcesNotEqualTo

        public ListWorkRequestsRequest.Builder parentResourcesNotEqualTo​(List<String> parentResourcesNotEqualTo)
        A filter to return the resources whose parent resources are not the same as the given resource OCIDs.
        Parameters:
        parentResourcesNotEqualTo - the value to set
        Returns:
        this builder instance
      • parentResourcesNotEqualTo

        public ListWorkRequestsRequest.Builder parentResourcesNotEqualTo​(String singularValue)
        Singular setter.

        A filter to return the resources whose parent resources are not the same as the given resource OCIDs.

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

        public ListWorkRequestsRequest.Builder operationType​(List<WorkRequestOperationType> operationType)
        The asynchronous operation tracked by this work request.

        The filter returns only resources that match the given OperationType.

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

        public ListWorkRequestsRequest.Builder operationType​(WorkRequestOperationType singularValue)
        Singular setter.

        The asynchronous operation tracked by this work request. The filter returns only resources that match the given OperationType.

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

        public ListWorkRequestsRequest.Builder displayNameContains​(String displayNameContains)
        A filter to return resources that may partially match the given display name.
        Parameters:
        displayNameContains - the value to set
        Returns:
        this builder instance
      • retryOfId

        public ListWorkRequestsRequest.Builder retryOfId​(String retryOfId)
        A filter to return the work requests that are a retry of the given work request OCIDs.
        Parameters:
        retryOfId - the value to set
        Returns:
        this builder instance
      • rerunOfId

        public ListWorkRequestsRequest.Builder rerunOfId​(String rerunOfId)
        A filter to return the work requests that are a rerun of the given work request OCIDs.
        Parameters:
        rerunOfId - the value to set
        Returns:
        this builder instance
      • timeCreatedLessThan

        public ListWorkRequestsRequest.Builder timeCreatedLessThan​(Date timeCreatedLessThan)
        A filter to return work requests that were created before the date provided (in RFC 3339 format).

        Example: ‘2023-08-25T21:10:29.600Z’

        Parameters:
        timeCreatedLessThan - the value to set
        Returns:
        this builder instance
      • timeCreatedGreaterThanOrEqualTo

        public ListWorkRequestsRequest.Builder timeCreatedGreaterThanOrEqualTo​(Date timeCreatedGreaterThanOrEqualTo)
        A filter to return work requests that were created on or after the date provided (in RFC 3339 format).

        Example: ‘2023-08-25T21:10:29.600Z’

        Parameters:
        timeCreatedGreaterThanOrEqualTo - the value to set
        Returns:
        this builder instance
      • isManagedByAutonomousLinux

        public ListWorkRequestsRequest.Builder isManagedByAutonomousLinux​(Boolean isManagedByAutonomousLinux)
        Indicates whether to list only resources managed by the Autonomous Linux service.
        Parameters:
        isManagedByAutonomousLinux - the value to set
        Returns:
        this builder instance
      • invocationCallback

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