Package com.oracle.bmc.batch.model
Class UpdateBatchJobDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.batch.model.UpdateBatchJobDetails.Builder
-
- Enclosing class:
- UpdateBatchJobDetails
public static class UpdateBatchJobDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateBatchJobDetailsbuild()UpdateBatchJobDetails.Buildercopy(UpdateBatchJobDetails model)UpdateBatchJobDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.UpdateBatchJobDetails.Builderdescription(String description)An optional description that provides additional context next to the displayName.UpdateBatchJobDetails.BuilderdisplayName(String displayName)A user-friendly name.UpdateBatchJobDetails.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.
-
-
-
Method Detail
-
displayName
public UpdateBatchJobDetails.Builder displayName(String displayName)
A user-friendly name.Does not have to be unique, and it’s changeable. Can’t be set to null.
- Parameters:
displayName- the value to set- Returns:
- this builder
-
description
public UpdateBatchJobDetails.Builder description(String description)
An optional description that provides additional context next to the displayName.- Parameters:
description- the value to set- Returns:
- this builder
-
freeformTags
public UpdateBatchJobDetails.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. For more information, see Resource Tags.
Example: {"Department": "Finance"}
- Parameters:
freeformTags- the value to set- Returns:
- this builder
-
definedTags
public UpdateBatchJobDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}
- Parameters:
definedTags- the value to set- Returns:
- this builder
-
build
public UpdateBatchJobDetails build()
-
copy
public UpdateBatchJobDetails.Builder copy(UpdateBatchJobDetails model)
-
-