Package com.oracle.bmc.devops.model
Class BuildRunArgument.Builder
- java.lang.Object
 - 
- com.oracle.bmc.devops.model.BuildRunArgument.Builder
 
 
- 
- Enclosing class:
 - BuildRunArgument
 
public static class BuildRunArgument.Builder extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuildRunArgumentbuild()BuildRunArgument.Buildercopy(BuildRunArgument model)BuildRunArgument.Buildername(String name)Name of the parameter (case-sensitive).BuildRunArgument.Buildervalue(String value)Value of the argument. 
 - 
 
- 
- 
Method Detail
- 
name
public BuildRunArgument.Builder name(String name)
Name of the parameter (case-sensitive).Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$. Example: ‘Build_Pipeline_param’ is not same as ‘build_pipeline_Param’
- Parameters:
 name- the value to set- Returns:
 - this builder
 
 
- 
value
public BuildRunArgument.Builder value(String value)
Value of the argument.- Parameters:
 value- the value to set- Returns:
 - this builder
 
 
- 
build
public BuildRunArgument build()
 
- 
copy
public BuildRunArgument.Builder copy(BuildRunArgument model)
 
 - 
 
 -