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