Package com.oracle.bmc.datascience.model
Class UpdateJobDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datascience.model.UpdateJobDetails.Builder
-
- Enclosing class:
- UpdateJobDetails
public static class UpdateJobDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateJobDetails
build()
UpdateJobDetails.Builder
copy(UpdateJobDetails model)
UpdateJobDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.UpdateJobDetails.Builder
description(String description)
A short description of the job.UpdateJobDetails.Builder
displayName(String displayName)
A user-friendly display name for the resource.UpdateJobDetails.Builder
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.UpdateJobDetails.Builder
jobInfrastructureConfigurationDetails(JobInfrastructureConfigurationDetails jobInfrastructureConfigurationDetails)
UpdateJobDetails.Builder
jobStorageMountConfigurationDetailsList(List<StorageMountConfigurationDetails> jobStorageMountConfigurationDetailsList)
Collection of JobStorageMountConfigurationDetails.
-
-
-
Method Detail
-
displayName
public UpdateJobDetails.Builder displayName(String displayName)
A user-friendly display name for the resource.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
description
public UpdateJobDetails.Builder description(String description)
A short description of the job.- Parameters:
description
- the value to set- Returns:
- this builder
-
jobInfrastructureConfigurationDetails
public UpdateJobDetails.Builder jobInfrastructureConfigurationDetails(JobInfrastructureConfigurationDetails jobInfrastructureConfigurationDetails)
-
jobStorageMountConfigurationDetailsList
public UpdateJobDetails.Builder jobStorageMountConfigurationDetailsList(List<StorageMountConfigurationDetails> jobStorageMountConfigurationDetailsList)
Collection of JobStorageMountConfigurationDetails.- Parameters:
jobStorageMountConfigurationDetailsList
- the value to set- Returns:
- this builder
-
freeformTags
public UpdateJobDetails.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”}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public UpdateJobDetails.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”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
build
public UpdateJobDetails build()
-
copy
public UpdateJobDetails.Builder copy(UpdateJobDetails model)
-
-