/** * Copy method to populate the builder with values from the given instance. * @return this builder instance */ public Builder copy(UpdateBackendSetResponse o) { opcWorkRequestId(o.getOpcWorkRequestId()); opcRequestId(o.getOpcRequestId()); return this; } }
.updateBackendSetDetails(toUpdate(backendSetUpdate, existingBackendSet)).build()); task.updateStatus(UPDATE, "UpdateBackendSetRequest of ${name} submitted - work request id: ${rs.getOpcWorkRequestId()}"); OracleWorkRequestPoller.poll(res.getOpcWorkRequestId(), UPDATE, task, description.getCredentials().getLoadBalancerClient()); } else {