public static class CreateJobRunDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateJobRunDetails.Builder projectId(String projectId)
The OCID of the project to associate the job with.
projectId
- the value to setpublic CreateJobRunDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment where you want to create the job.
compartmentId
- the value to setpublic CreateJobRunDetails.Builder displayName(String displayName)
A user-friendly display name for the resource.
displayName
- the value to setpublic CreateJobRunDetails.Builder jobId(String jobId)
The OCID of the job to create a run for.
jobId
- the value to setpublic CreateJobRunDetails.Builder jobConfigurationOverrideDetails(JobConfigurationDetails jobConfigurationOverrideDetails)
public CreateJobRunDetails.Builder jobLogConfigurationOverrideDetails(JobLogConfigurationDetails jobLogConfigurationOverrideDetails)
public CreateJobRunDetails.Builder jobEnvironmentConfigurationOverrideDetails(JobEnvironmentConfigurationDetails jobEnvironmentConfigurationOverrideDetails)
public CreateJobRunDetails.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined
name, type, or namespace. See Resource
Tags. Example:
{"Department": "Finance"}
freeformTags
- the value to setpublic CreateJobRunDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. See
Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic CreateJobRunDetails build()
public CreateJobRunDetails.Builder copy(CreateJobRunDetails model)
Copyright © 2016–2024. All rights reserved.