Package com.oracle.bmc.mysql.model
Class BlueGreenDeploymentCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.mysql.model.BlueGreenDeploymentCollection.Builder
-
- Enclosing class:
- BlueGreenDeploymentCollection
public static class BlueGreenDeploymentCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlueGreenDeploymentCollectionbuild()BlueGreenDeploymentCollection.Buildercopy(BlueGreenDeploymentCollection model)BlueGreenDeploymentCollection.Builderitems(List<BlueGreenDeploymentSummary> items)A list of blue/green deployment items.
-
-
-
Method Detail
-
items
public BlueGreenDeploymentCollection.Builder items(List<BlueGreenDeploymentSummary> items)
A list of blue/green deployment items.- Parameters:
items- the value to set- Returns:
- this builder
-
build
public BlueGreenDeploymentCollection build()
-
copy
public BlueGreenDeploymentCollection.Builder copy(BlueGreenDeploymentCollection model)
-
-