Class WorkRequestResource.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • entityType

        public WorkRequestResource.Builder entityType​(String entityType)
        The resource type the work request affects.
        Parameters:
        entityType - the value to set
        Returns:
        this builder
      • actionType

        public WorkRequestResource.Builder actionType​(WorkRequestResourceActionType actionType)
        The way in which this resource is affected by the work tracked in the work request.

        A resource being created, updated, or deleted will remain in the IN_PROGRESS state until work is complete for that resource at which point it will transition to CREATED, UPDATED, or DELETED, respectively.

        Parameters:
        actionType - the value to set
        Returns:
        this builder
      • identifier

        public WorkRequestResource.Builder identifier​(String identifier)
        The OCID or other unique identifier of the resource the work request affects.
        Parameters:
        identifier - the value to set
        Returns:
        this builder
      • entityUri

        public WorkRequestResource.Builder entityUri​(String entityUri)
        The URI path that is used in a GET request to access the resource metadata.
        Parameters:
        entityUri - the value to set
        Returns:
        this builder
      • entityName

        public WorkRequestResource.Builder entityName​(String entityName)
        The name of the WorkRequest resource entity.
        Parameters:
        entityName - the value to set
        Returns:
        this builder
      • entityDependencies

        public WorkRequestResource.Builder entityDependencies​(List<WorkRequestSubResource> entityDependencies)
        The dependent resources of this work request resource, these can only be provisioned when primary resource successfully completes.
        Parameters:
        entityDependencies - the value to set
        Returns:
        this builder