Package com.oracle.bmc.mysql.model
Class GenerateDbSystemStatusDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.mysql.model.GenerateDbSystemStatusDetails.Builder
-
- Enclosing class:
- GenerateDbSystemStatusDetails
public static class GenerateDbSystemStatusDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenerateDbSystemStatusDetailsbuild()GenerateDbSystemStatusDetails.BuilderchannelIds(List<String> channelIds)List of Channel IDs for which to collect status information.GenerateDbSystemStatusDetails.Buildercopy(GenerateDbSystemStatusDetails model)GenerateDbSystemStatusDetails.BuildergtidSetToApply(String gtidSetToApply)Specifies the GTID set to be checked on the DB System to determine whether it has been applied.GenerateDbSystemStatusDetails.BuildergtidSetType(GenerateDbSystemStatusDetails.GtidSetType gtidSetType)Specifies whether to collect the full set of GTIDs executed on the DB System (gtid_executed) or the set of GTIDs available in the DB System binary logs, not part of (gtid_purged) (GTID_AVAILABLE, which is gtid_executed - gtid_purged).
-
-
-
Method Detail
-
gtidSetType
public GenerateDbSystemStatusDetails.Builder gtidSetType(GenerateDbSystemStatusDetails.GtidSetType gtidSetType)
Specifies whether to collect the full set of GTIDs executed on the DB System (gtid_executed) or the set of GTIDs available in the DB System binary logs, not part of (gtid_purged) (GTID_AVAILABLE, which is gtid_executed - gtid_purged).Use GTID_AVAILABLE if gtid_executed is too large to fit in the response.
- Parameters:
gtidSetType- the value to set- Returns:
- this builder
-
gtidSetToApply
public GenerateDbSystemStatusDetails.Builder gtidSetToApply(String gtidSetToApply)
Specifies the GTID set to be checked on the DB System to determine whether it has been applied.The result of the check is isGtidSetApplied in the response.
- Parameters:
gtidSetToApply- the value to set- Returns:
- this builder
-
channelIds
public GenerateDbSystemStatusDetails.Builder channelIds(List<String> channelIds)
List of Channel IDs for which to collect status information.- Parameters:
channelIds- the value to set- Returns:
- this builder
-
build
public GenerateDbSystemStatusDetails build()
-
copy
public GenerateDbSystemStatusDetails.Builder copy(GenerateDbSystemStatusDetails model)
-
-