Class ManagedMySqlDatabaseOutboundReplicationSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.ManagedMySqlDatabaseOutboundReplicationSummary.Builder
-
- Enclosing class:
- ManagedMySqlDatabaseOutboundReplicationSummary
public static class ManagedMySqlDatabaseOutboundReplicationSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagedMySqlDatabaseOutboundReplicationSummary
build()
ManagedMySqlDatabaseOutboundReplicationSummary.Builder
copy(ManagedMySqlDatabaseOutboundReplicationSummary model)
ManagedMySqlDatabaseOutboundReplicationSummary.Builder
replicaHost(String replicaHost)
The host name of the replica server, as specified on the replica with the –report-host option.ManagedMySqlDatabaseOutboundReplicationSummary.Builder
replicaPort(Integer replicaPort)
The port on the replica server, as specified on the replica with the –report-port option.ManagedMySqlDatabaseOutboundReplicationSummary.Builder
replicaServerId(Long replicaServerId)
The server ID value of the replica.ManagedMySqlDatabaseOutboundReplicationSummary.Builder
replicaUuid(String replicaUuid)
The Universally Unique Identifier (UUID) value of the replica server.
-
-
-
Method Detail
-
replicaHost
public ManagedMySqlDatabaseOutboundReplicationSummary.Builder replicaHost(String replicaHost)
The host name of the replica server, as specified on the replica with the –report-host option.This can differ from the machine name as configured in the operating system.
- Parameters:
replicaHost
- the value to set- Returns:
- this builder
-
replicaPort
public ManagedMySqlDatabaseOutboundReplicationSummary.Builder replicaPort(Integer replicaPort)
The port on the replica server, as specified on the replica with the –report-port option.A zero in this column means that the replica port (–report-port) was not set.
- Parameters:
replicaPort
- the value to set- Returns:
- this builder
-
replicaUuid
public ManagedMySqlDatabaseOutboundReplicationSummary.Builder replicaUuid(String replicaUuid)
The Universally Unique Identifier (UUID) value of the replica server.- Parameters:
replicaUuid
- the value to set- Returns:
- this builder
-
replicaServerId
public ManagedMySqlDatabaseOutboundReplicationSummary.Builder replicaServerId(Long replicaServerId)
The server ID value of the replica.- Parameters:
replicaServerId
- the value to set- Returns:
- this builder
-
build
public ManagedMySqlDatabaseOutboundReplicationSummary build()
-
copy
public ManagedMySqlDatabaseOutboundReplicationSummary.Builder copy(ManagedMySqlDatabaseOutboundReplicationSummary model)
-
-