- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
/** * 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; }