Class ManagedMySqlDatabaseOutboundReplicationCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.ManagedMySqlDatabaseOutboundReplicationCollection.Builder
-
- Enclosing class:
- ManagedMySqlDatabaseOutboundReplicationCollection
public static class ManagedMySqlDatabaseOutboundReplicationCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagedMySqlDatabaseOutboundReplicationCollection
build()
ManagedMySqlDatabaseOutboundReplicationCollection.Builder
copy(ManagedMySqlDatabaseOutboundReplicationCollection model)
ManagedMySqlDatabaseOutboundReplicationCollection.Builder
items(List<ManagedMySqlDatabaseOutboundReplicationSummary> items)
The list of ManagedMySqlDatabaseOutboundReplicationSummary records.ManagedMySqlDatabaseOutboundReplicationCollection.Builder
outboundReplicationsCount(Integer outboundReplicationsCount)
The number of outbound replications from this server.
-
-
-
Method Detail
-
outboundReplicationsCount
public ManagedMySqlDatabaseOutboundReplicationCollection.Builder outboundReplicationsCount(Integer outboundReplicationsCount)
The number of outbound replications from this server.- Parameters:
outboundReplicationsCount
- the value to set- Returns:
- this builder
-
items
public ManagedMySqlDatabaseOutboundReplicationCollection.Builder items(List<ManagedMySqlDatabaseOutboundReplicationSummary> items)
The list of ManagedMySqlDatabaseOutboundReplicationSummary records.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public ManagedMySqlDatabaseOutboundReplicationCollection build()
-
-