Class CreateJobDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.resourcemanager.model.CreateJobDetails.Builder
-
- Enclosing class:
- CreateJobDetails
public static class CreateJobDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateJobDetails.Builder
applyJobPlanResolution(ApplyJobPlanResolution applyJobPlanResolution)
CreateJobDetails
build()
CreateJobDetails.Builder
copy(CreateJobDetails model)
CreateJobDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.CreateJobDetails.Builder
displayName(String displayName)
Description of the job.CreateJobDetails.Builder
freeformTags(Map<String,String> freeformTags)
Free-form tags associated with this resource.CreateJobDetails.Builder
jobOperationDetails(CreateJobOperationDetails jobOperationDetails)
CreateJobDetails.Builder
operation(Job.Operation operation)
Terraform-specific operation to execute.CreateJobDetails.Builder
stackId(String stackId)
The OCID of the stack that is associated with the current job.
-
-
-
Method Detail
-
stackId
public CreateJobDetails.Builder stackId(String stackId)
The OCID of the stack that is associated with the current job.- Parameters:
stackId
- the value to set- Returns:
- this builder
-
displayName
public CreateJobDetails.Builder displayName(String displayName)
Description of the job.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
operation
public CreateJobDetails.Builder operation(Job.Operation operation)
Terraform-specific operation to execute.- Parameters:
operation
- the value to set- Returns:
- this builder
-
jobOperationDetails
public CreateJobDetails.Builder jobOperationDetails(CreateJobOperationDetails jobOperationDetails)
-
applyJobPlanResolution
public CreateJobDetails.Builder applyJobPlanResolution(ApplyJobPlanResolution applyJobPlanResolution)
-
freeformTags
public CreateJobDetails.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags associated with this resource.Each tag is a 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 CreateJobDetails.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 CreateJobDetails build()
-
copy
public CreateJobDetails.Builder copy(CreateJobDetails model)
-
-