Interface Jobs._FinalStage
-
- All Known Implementing Classes:
Jobs.Builder
- Enclosing class:
- Jobs
public static interface Jobs._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Jobsbuild()Jobs._FinalStageresourceId(java.lang.String resourceId)Jobs._FinalStageresourceId(java.util.Optional<java.lang.String> resourceId)The id of the resource created during job execution (e.g.Jobs._FinalStageresourceType(java.lang.String resourceType)Jobs._FinalStageresourceType(java.util.Optional<java.lang.String> resourceType)The type of resource created during job execution.Jobs._FinalStageresourceUrl(java.lang.String resourceUrl)Jobs._FinalStageresourceUrl(java.util.Optional<java.lang.String> resourceUrl)The url of the resource created during job exeuction.Jobs._FinalStagestatus(Jobs.Status status)Jobs._FinalStagestatus(java.util.Optional<Jobs.Status> status)The status of the job execution.Jobs._FinalStagetype(java.lang.String type)Jobs._FinalStagetype(java.util.Optional<java.lang.String> type)The type of the objectJobs._FinalStageurl(java.lang.String url)Jobs._FinalStageurl(java.util.Optional<java.lang.String> url)API endpoint URL to check the job status.
-
-
-
Method Detail
-
build
Jobs build()
-
type
Jobs._FinalStage type(java.util.Optional<java.lang.String> type)
The type of the object
-
type
Jobs._FinalStage type(java.lang.String type)
-
url
Jobs._FinalStage url(java.util.Optional<java.lang.String> url)
API endpoint URL to check the job status.
-
url
Jobs._FinalStage url(java.lang.String url)
-
status
Jobs._FinalStage status(java.util.Optional<Jobs.Status> status)
The status of the job execution.
-
status
Jobs._FinalStage status(Jobs.Status status)
-
resourceType
Jobs._FinalStage resourceType(java.util.Optional<java.lang.String> resourceType)
The type of resource created during job execution.
-
resourceType
Jobs._FinalStage resourceType(java.lang.String resourceType)
-
resourceId
Jobs._FinalStage resourceId(java.util.Optional<java.lang.String> resourceId)
The id of the resource created during job execution (e.g. ticket id)
-
resourceId
Jobs._FinalStage resourceId(java.lang.String resourceId)
-
resourceUrl
Jobs._FinalStage resourceUrl(java.util.Optional<java.lang.String> resourceUrl)
The url of the resource created during job exeuction. Use this url to fetch the resource.
-
resourceUrl
Jobs._FinalStage resourceUrl(java.lang.String resourceUrl)
-
-