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

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

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

origin: oracle/oci-java-sdk

loadBalancerClient.createRuleSet(
    CreateRuleSetRequest.builder()
        .loadBalancerId(loadBalancerId)
        .createRuleSetDetails(
            CreateRuleSetDetails.builder()
                .name(ruleSetName)
                .items(rules)
                .build())
        .build());
origin: oracle/oci-java-sdk

  /**
   * Build the instance of CreateRuleSetRequest 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 CreateRuleSetRequest
   */
  public CreateRuleSetRequest build() {
    CreateRuleSetRequest 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(CreateRuleSetRequest o) {
  loadBalancerId(o.getLoadBalancerId());
  createRuleSetDetails(o.getCreateRuleSetDetails());
  opcRequestId(o.getOpcRequestId());
  invocationCallback(o.getInvocationCallback());
  return this;
}
com.oracle.bmc.loadbalancer.requestsCreateRuleSetRequest$Builder

Most used methods

  • createRuleSetDetails
  • loadBalancerId
  • build
    Build the instance of CreateRuleSetRequest as configured by this builder Note that this method takes
  • buildWithoutInvocationCallback
  • invocationCallback
    Set the invocation callback for the request to be built.
  • opcRequestId

Popular in Java

  • Reading from database using SQL prepared statement
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • getSystemService (Context)
  • startActivity (Activity)
  • Rectangle (java.awt)
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • KeyStore (java.security)
    KeyStore is responsible for maintaining cryptographic keys and their owners. The type of the syste
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
  • Top 12 Jupyter Notebook extensions
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