Package com.oracle.bmc.devops.model
Class DeployStageCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.DeployStageCollection.Builder
-
- Enclosing class:
- DeployStageCollection
public static class DeployStageCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeployStageCollection
build()
DeployStageCollection.Builder
copy(DeployStageCollection model)
DeployStageCollection.Builder
items(List<DeployStageSummary> items)
Deployment stage summary items found for the search.
-
-
-
Method Detail
-
items
public DeployStageCollection.Builder items(List<DeployStageSummary> items)
Deployment stage summary items found for the search.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public DeployStageCollection build()
-
copy
public DeployStageCollection.Builder copy(DeployStageCollection model)
-
-