Package com.oracle.bmc.mysql.model
Class AssignTargetUuidHandling.Builder
- java.lang.Object
-
- com.oracle.bmc.mysql.model.AssignTargetUuidHandling.Builder
-
- Enclosing class:
- AssignTargetUuidHandling
public static class AssignTargetUuidHandling.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssignTargetUuidHandling
build()
AssignTargetUuidHandling.Builder
copy(AssignTargetUuidHandling model)
AssignTargetUuidHandling.Builder
lastConfiguredLogFilename(String lastConfiguredLogFilename)
Specifies one of the coordinates (file) at which the replica should begin reading the source’s log.AssignTargetUuidHandling.Builder
lastConfiguredLogOffset(Long lastConfiguredLogOffset)
Specifies one of the coordinates (offset) at which the replica should begin reading the source’s log.
-
-
-
Method Detail
-
lastConfiguredLogFilename
public AssignTargetUuidHandling.Builder lastConfiguredLogFilename(String lastConfiguredLogFilename)
Specifies one of the coordinates (file) at which the replica should begin reading the source’s log.As this value specifies the point where replication starts from, it is only used once, when it starts. It is never used again, unless a new UpdateChannel operation modifies it.
- Parameters:
lastConfiguredLogFilename
- the value to set- Returns:
- this builder
-
lastConfiguredLogOffset
public AssignTargetUuidHandling.Builder lastConfiguredLogOffset(Long lastConfiguredLogOffset)
Specifies one of the coordinates (offset) at which the replica should begin reading the source’s log.As this value specifies the point where replication starts from, it is only used once, when it starts. It is never used again, unless a new UpdateChannel operation modifies it.
- Parameters:
lastConfiguredLogOffset
- the value to set- Returns:
- this builder
-
build
public AssignTargetUuidHandling build()
-
copy
public AssignTargetUuidHandling.Builder copy(AssignTargetUuidHandling model)
-
-