Class ListJobsRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • migrationId

        public ListJobsRequest.Builder migrationId​(String migrationId)
        The ID of the migration in which to list resources.
        Parameters:
        migrationId - the value to set
        Returns:
        this builder instance
      • opcRequestId

        public ListJobsRequest.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
      • displayName

        public ListJobsRequest.Builder displayName​(String displayName)
        A filter to return only resources that match the entire display name given.
        Parameters:
        displayName - the value to set
        Returns:
        this builder instance
      • limit

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

        public ListJobsRequest.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 ListJobsRequest.Builder sortBy​(ListJobsRequest.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
      • sortOrder

        public ListJobsRequest.Builder sortOrder​(SortOrders sortOrder)
        The sort order to use, either ‘asc’ or ‘desc’.
        Parameters:
        sortOrder - the value to set
        Returns:
        this builder instance
      • lifecycleState

        public ListJobsRequest.Builder lifecycleState​(JobLifecycleStates lifecycleState)
        The lifecycle state of the Migration Job.
        Parameters:
        lifecycleState - the value to set
        Returns:
        this builder instance
      • invocationCallback

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