Class UpdateBackendSetDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.loadbalancer.model.UpdateBackendSetDetails.Builder
 
- 
- Enclosing class:
- UpdateBackendSetDetails
 
 public static class UpdateBackendSetDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
policypublic UpdateBackendSetDetails.Builder policy(String policy) The load balancer policy for the backend set.To get a list of available policies, use the listPoliciesoperation.Example: LEAST_CONNECTIONS - Parameters:
- policy- the value to set
- Returns:
- this builder
 
 - 
backendspublic UpdateBackendSetDetails.Builder backends(List<BackendDetails> backends) 
 - 
backendMaxConnectionspublic UpdateBackendSetDetails.Builder backendMaxConnections(Integer backendMaxConnections) The maximum number of simultaneous connections the load balancer can make to any backend in the backend set unless the backend has its own maxConnections setting.If this is not set or set to 0 then the number of simultaneous connections the load balancer can make to any backend in the backend set unless the backend has its own maxConnections setting is unlimited. If setting backendMaxConnections to some value other than 0 then that value must be greater or equal to 256. Example: 300 - Parameters:
- backendMaxConnections- the value to set
- Returns:
- this builder
 
 - 
healthCheckerpublic UpdateBackendSetDetails.Builder healthChecker(HealthCheckerDetails healthChecker) 
 - 
sslConfigurationpublic UpdateBackendSetDetails.Builder sslConfiguration(SSLConfigurationDetails sslConfiguration) 
 - 
sessionPersistenceConfigurationpublic UpdateBackendSetDetails.Builder sessionPersistenceConfiguration(SessionPersistenceConfigurationDetails sessionPersistenceConfiguration) 
 - 
lbCookieSessionPersistenceConfigurationpublic UpdateBackendSetDetails.Builder lbCookieSessionPersistenceConfiguration(LBCookieSessionPersistenceConfigurationDetails lbCookieSessionPersistenceConfiguration) 
 - 
buildpublic UpdateBackendSetDetails build() 
 - 
copypublic UpdateBackendSetDetails.Builder copy(UpdateBackendSetDetails model) 
 
- 
 
-