Package com.oracle.bmc.devops.model
Class DeploymentArgumentCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.DeploymentArgumentCollection.Builder
-
- Enclosing class:
- DeploymentArgumentCollection
public static class DeploymentArgumentCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentArgumentCollection
build()
DeploymentArgumentCollection.Builder
copy(DeploymentArgumentCollection model)
DeploymentArgumentCollection.Builder
items(List<DeploymentArgument> items)
List of arguments provided at the time of deployment.
-
-
-
Method Detail
-
items
public DeploymentArgumentCollection.Builder items(List<DeploymentArgument> items)
List of arguments provided at the time of deployment.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public DeploymentArgumentCollection build()
-
copy
public DeploymentArgumentCollection.Builder copy(DeploymentArgumentCollection model)
-
-