public static class PutObjectRequest.Builder extends Object
public PutObjectRequest.Builder invocationCallback(com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic PutObjectRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic PutObjectRequest.Builder copy(PutObjectRequest o)
Copy method to populate the builder with values from the given instance.
public PutObjectRequest build()
Build the instance of PutObjectRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.util.internal.Consumer)
into account, while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
public PutObjectRequest.Builder namespaceName(String namespaceName)
public PutObjectRequest.Builder bucketName(String bucketName)
public PutObjectRequest.Builder objectName(String objectName)
public PutObjectRequest.Builder contentLength(Long contentLength)
public PutObjectRequest.Builder putObjectBody(InputStream putObjectBody)
public PutObjectRequest.Builder ifMatch(String ifMatch)
public PutObjectRequest.Builder ifNoneMatch(String ifNoneMatch)
public PutObjectRequest.Builder opcClientRequestId(String opcClientRequestId)
public PutObjectRequest.Builder expect(String expect)
public PutObjectRequest.Builder contentMD5(String contentMD5)
public PutObjectRequest.Builder contentType(String contentType)
public PutObjectRequest.Builder contentLanguage(String contentLanguage)
public PutObjectRequest.Builder contentEncoding(String contentEncoding)
public PutObjectRequest.Builder opcMeta(Map<String,String> opcMeta)
public PutObjectRequest buildWithoutInvocationCallback()
Copyright © 2016–2019. All rights reserved.