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