Package com.oracle.bmc.goldengate.model
Class DeploymentBackupCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.goldengate.model.DeploymentBackupCollection.Builder
-
- Enclosing class:
- DeploymentBackupCollection
public static class DeploymentBackupCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentBackupCollection
build()
DeploymentBackupCollection.Builder
copy(DeploymentBackupCollection model)
DeploymentBackupCollection.Builder
items(List<DeploymentBackupSummary> items)
An array of DeploymentBackups.
-
-
-
Method Detail
-
items
public DeploymentBackupCollection.Builder items(List<DeploymentBackupSummary> items)
An array of DeploymentBackups.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public DeploymentBackupCollection build()
-
copy
public DeploymentBackupCollection.Builder copy(DeploymentBackupCollection model)
-
-