Tabnine Logo
DeleteBackendSetRequest$Builder
Code IndexAdd Tabnine to your IDE (free)

How to use
DeleteBackendSetRequest$Builder
in
com.oracle.bmc.loadbalancer.requests

Best Java code snippets using com.oracle.bmc.loadbalancer.requests.DeleteBackendSetRequest$Builder (Showing top 3 results out of 315)

origin: com.netflix.spinnaker.clouddriver/clouddriver-oracle

 DeleteBackendSetRequest.builder().loadBalancerId(lb.getId()).backendSetName(name).build());
task.updateStatus(UPDATE, "DeleteBackendSetRequest of ${name} submitted - work request id: ${rs.getOpcWorkRequestId()}");
OracleWorkRequestPoller.poll(res.getOpcWorkRequestId(), UPDATE, task, description.getCredentials().getLoadBalancerClient());
origin: oracle/oci-java-sdk

  /**
   * Build the instance of DeleteBackendSetRequest as configured by this builder
   *
   * Note that this method takes calls to {@link Builder#invocationCallback(com.oracle.bmc.util.internal.Consumer)} into account,
   * while the method {@link Builder#buildWithoutInvocationCallback} does not.
   *
   * This is the preferred method to build an instance.
   *
   * @return instance of DeleteBackendSetRequest
   */
  public DeleteBackendSetRequest build() {
    DeleteBackendSetRequest request = buildWithoutInvocationCallback();
    request.setInvocationCallback(invocationCallback);
    return request;
  }
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(DeleteBackendSetRequest o) {
  loadBalancerId(o.getLoadBalancerId());
  backendSetName(o.getBackendSetName());
  opcRequestId(o.getOpcRequestId());
  invocationCallback(o.getInvocationCallback());
  return this;
}
com.oracle.bmc.loadbalancer.requestsDeleteBackendSetRequest$Builder

Most used methods

  • backendSetName
  • loadBalancerId
  • build
  • buildWithoutInvocationCallback
  • invocationCallback
    Set the invocation callback for the request to be built.
  • opcRequestId

Popular in Java

  • Making http post requests using okhttp
  • getApplicationContext (Context)
  • addToBackStack (FragmentTransaction)
  • getResourceAsStream (ClassLoader)
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • Path (java.nio.file)
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • Callable (java.util.concurrent)
    A task that returns a result and may throw an exception. Implementors define a single method with no
  • HttpServletRequest (javax.servlet.http)
    Extends the javax.servlet.ServletRequest interface to provide request information for HTTP servlets.
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now