Tabnine Logo
PutObjectLifecyclePolicyRequest$Builder.bucketName
Code IndexAdd Tabnine to your IDE (free)

How to use
bucketName
method
in
com.oracle.bmc.objectstorage.requests.PutObjectLifecyclePolicyRequest$Builder

Best Java code snippets using com.oracle.bmc.objectstorage.requests.PutObjectLifecyclePolicyRequest$Builder.bucketName (Showing top 2 results out of 315)

origin: oracle/oci-java-sdk

PutObjectLifecyclePolicyRequest.builder()
    .namespaceName(namespaceName)
    .bucketName(bucketName)
    .putObjectLifecyclePolicyDetails(objectLifecyclePolicyDetails)
    .build();
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(PutObjectLifecyclePolicyRequest o) {
  namespaceName(o.getNamespaceName());
  bucketName(o.getBucketName());
  putObjectLifecyclePolicyDetails(o.getPutObjectLifecyclePolicyDetails());
  opcClientRequestId(o.getOpcClientRequestId());
  ifMatch(o.getIfMatch());
  ifNoneMatch(o.getIfNoneMatch());
  invocationCallback(o.getInvocationCallback());
  return this;
}
com.oracle.bmc.objectstorage.requestsPutObjectLifecyclePolicyRequest$BuilderbucketName

Popular methods of PutObjectLifecyclePolicyRequest$Builder

  • namespaceName
  • putObjectLifecyclePolicyDetails
  • build
    Build the instance of PutObjectLifecyclePolicyRequest as configured by this builder Note that this m
  • buildWithoutInvocationCallback
  • ifMatch
  • ifNoneMatch
  • invocationCallback
    Set the invocation callback for the request to be built.
  • opcClientRequestId

Popular in Java

  • Reactive rest calls using spring rest template
  • putExtra (Intent)
  • startActivity (Activity)
  • runOnUiThread (Activity)
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • Join (org.hibernate.mapping)
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • From CI to AI: The AI layer in your organization
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