Class PutDataFileResponse.Builder
- java.lang.Object
-
- com.oracle.bmc.apmconfig.responses.PutDataFileResponse.Builder
-
- All Implemented Interfaces:
BmcResponse.Builder<PutDataFileResponse>
- Enclosing class:
- PutDataFileResponse
public static class PutDataFileResponse.Builder extends Object implements BmcResponse.Builder<PutDataFileResponse>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PutDataFileResponse.Builder__httpStatusCode__(int __httpStatusCode__)PutDataFileResponsebuild()Build the response object.PutDataFileResponse.BuildercontentMd5(String contentMd5)The base-64 encoded MD5 hash of the request body as computed by the server.PutDataFileResponse.Buildercopy(PutDataFileResponse o)Copy method to populate the builder with values from the given instance.PutDataFileResponse.Builderetag(String etag)For optimistic concurrency control.PutDataFileResponse.Builderheaders(Map<String,List<String>> headers)PutDataFileResponse.BuilderlastModified(Date lastModified)The last time the object was modified, as described in RFC 2616.PutDataFileResponse.BuilderopcClientRequestId(String opcClientRequestId)The client request ID.PutDataFileResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.Builder
isNotModified
-
-
-
-
Method Detail
-
__httpStatusCode__
public PutDataFileResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__in interfaceBmcResponse.Builder<PutDataFileResponse>
-
headers
public PutDataFileResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headersin interfaceBmcResponse.Builder<PutDataFileResponse>
-
etag
public PutDataFileResponse.Builder etag(String etag)
For optimistic concurrency control.See if-match.
- Parameters:
etag- the value to set- Returns:
- this builder
-
opcRequestId
public PutDataFileResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID.
- Parameters:
opcRequestId- the value to set- Returns:
- this builder
-
opcClientRequestId
public PutDataFileResponse.Builder opcClientRequestId(String opcClientRequestId)
The client request ID.- Parameters:
opcClientRequestId- the value to set- Returns:
- this builder
-
contentMd5
public PutDataFileResponse.Builder contentMd5(String contentMd5)
The base-64 encoded MD5 hash of the request body as computed by the server.- Parameters:
contentMd5- the value to set- Returns:
- this builder
-
lastModified
public PutDataFileResponse.Builder lastModified(Date lastModified)
The last time the object was modified, as described in RFC 2616.Expressed in RFC 3339 timestamp format. Example: 2020-02-19T22:47:12.613Z
- Parameters:
lastModified- the value to set- Returns:
- this builder
-
copy
public PutDataFileResponse.Builder copy(PutDataFileResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcResponse.Builder<PutDataFileResponse>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public PutDataFileResponse build()
Build the response object.- Specified by:
buildin interfaceBmcResponse.Builder<PutDataFileResponse>- Returns:
- the response object
-
-