Package com.oracle.bmc.devops.model
Class DeploymentArgument.Builder
- java.lang.Object
- 
- com.oracle.bmc.devops.model.DeploymentArgument.Builder
 
- 
- Enclosing class:
- DeploymentArgument
 
 public static class DeploymentArgument.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentArgumentbuild()DeploymentArgument.Buildercopy(DeploymentArgument model)DeploymentArgument.Buildername(String name)Name of the parameter (case-sensitive).DeploymentArgument.Buildervalue(String value)value of the argument.
 
- 
- 
- 
Method Detail- 
namepublic DeploymentArgument.Builder name(String name) Name of the parameter (case-sensitive).- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
valuepublic DeploymentArgument.Builder value(String value) value of the argument.- Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
buildpublic DeploymentArgument build() 
 - 
copypublic DeploymentArgument.Builder copy(DeploymentArgument model) 
 
- 
 
-