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