Class MySqlHighAvailabilityStatusSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.MySqlHighAvailabilityStatusSummary.Builder
-
- Enclosing class:
- MySqlHighAvailabilityStatusSummary
public static class MySqlHighAvailabilityStatusSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MySqlHighAvailabilityStatusSummary
build()
MySqlHighAvailabilityStatusSummary.Builder
channelApplyErrors(List<MySqlChannelApplyError> channelApplyErrors)
A list of MySqlChannelApplyError records.MySqlHighAvailabilityStatusSummary.Builder
channelFetchErrors(List<MySqlChannelFetchError> channelFetchErrors)
A list of MySqlChannelFetchError records.MySqlHighAvailabilityStatusSummary.Builder
copy(MySqlHighAvailabilityStatusSummary model)
-
-
-
Method Detail
-
channelFetchErrors
public MySqlHighAvailabilityStatusSummary.Builder channelFetchErrors(List<MySqlChannelFetchError> channelFetchErrors)
A list of MySqlChannelFetchError records.- Parameters:
channelFetchErrors
- the value to set- Returns:
- this builder
-
channelApplyErrors
public MySqlHighAvailabilityStatusSummary.Builder channelApplyErrors(List<MySqlChannelApplyError> channelApplyErrors)
A list of MySqlChannelApplyError records.- Parameters:
channelApplyErrors
- the value to set- Returns:
- this builder
-
build
public MySqlHighAvailabilityStatusSummary build()
-
copy
public MySqlHighAvailabilityStatusSummary.Builder copy(MySqlHighAvailabilityStatusSummary model)
-
-