Package com.oracle.bmc.batch.model
Class UpdateBatchContextDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.batch.model.UpdateBatchContextDetails.Builder
-
- Enclosing class:
- UpdateBatchContextDetails
public static class UpdateBatchContextDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateBatchContextDetailsbuild()UpdateBatchContextDetails.Buildercopy(UpdateBatchContextDetails model)UpdateBatchContextDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.UpdateBatchContextDetails.Builderdescription(String description)Summarized information about the batch context.UpdateBatchContextDetails.BuilderdisplayName(String displayName)A user-friendly name.UpdateBatchContextDetails.Builderentitlements(Map<String,Integer> entitlements)Mapping of concurrent/shared resources used in job tasks to their limits.UpdateBatchContextDetails.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.UpdateBatchContextDetails.BuilderjobPriorityConfigurations(List<JobPriorityConfiguration> jobPriorityConfigurations)List of job priority configurations related to the batch context.
-
-
-
Method Detail
-
displayName
public UpdateBatchContextDetails.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 UpdateBatchContextDetails.Builder description(String description)
Summarized information about the batch context.- Parameters:
description- the value to set- Returns:
- this builder
-
freeformTags
public UpdateBatchContextDetails.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 UpdateBatchContextDetails.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
-
jobPriorityConfigurations
public UpdateBatchContextDetails.Builder jobPriorityConfigurations(List<JobPriorityConfiguration> jobPriorityConfigurations)
List of job priority configurations related to the batch context.- Parameters:
jobPriorityConfigurations- the value to set- Returns:
- this builder
-
entitlements
public UpdateBatchContextDetails.Builder entitlements(Map<String,Integer> entitlements)
Mapping of concurrent/shared resources used in job tasks to their limits.- Parameters:
entitlements- the value to set- Returns:
- this builder
-
build
public UpdateBatchContextDetails build()
-
copy
public UpdateBatchContextDetails.Builder copy(UpdateBatchContextDetails model)
-
-