public static class CreatePipelineRunDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreatePipelineRunDetails.Builder projectId(String projectId)
The OCID of the project to associate the pipeline run with.
projectId
- the value to setpublic CreatePipelineRunDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment where you want to create the pipeline run.
compartmentId
- the value to setpublic CreatePipelineRunDetails.Builder pipelineId(String pipelineId)
The OCID of the pipeline for which pipeline run is created.
pipelineId
- the value to setpublic CreatePipelineRunDetails.Builder displayName(String displayName)
A user-friendly display name for the resource.
displayName
- the value to setpublic CreatePipelineRunDetails.Builder configurationOverrideDetails(PipelineConfigurationDetails configurationOverrideDetails)
public CreatePipelineRunDetails.Builder logConfigurationOverrideDetails(PipelineLogConfigurationDetails logConfigurationOverrideDetails)
public CreatePipelineRunDetails.Builder stepOverrideDetails(List<PipelineStepOverrideDetails> stepOverrideDetails)
Array of step override details. Only Step Configuration is allowed to be overridden.
stepOverrideDetails
- the value to setpublic CreatePipelineRunDetails.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 CreatePipelineRunDetails.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 CreatePipelineRunDetails.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic CreatePipelineRunDetails build()
public CreatePipelineRunDetails.Builder copy(CreatePipelineRunDetails model)
Copyright © 2016–2024. All rights reserved.