public static class UploadPartResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
UploadPartResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
UploadPartResponse |
build() |
UploadPartResponse.Builder |
copy(UploadPartResponse o)
Copy method to populate the builder with values from the given instance.
|
UploadPartResponse.Builder |
eTag(String eTag)
The entity tag (ETag) for the object.
|
UploadPartResponse.Builder |
opcClientRequestId(String opcClientRequestId)
Echoes back the value passed in the opc-client-request-id header, for use by clients when debugging.
|
UploadPartResponse.Builder |
opcContentMd5(String opcContentMd5)
The base64-encoded MD5 hash of the request body, as computed by the server.
|
UploadPartResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
String |
toString() |
public UploadPartResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public UploadPartResponse.Builder copy(UploadPartResponse o)
Copy method to populate the builder with values from the given instance.
public UploadPartResponse build()
public UploadPartResponse.Builder opcClientRequestId(String opcClientRequestId)
Echoes back the value passed in the opc-client-request-id header, for use by clients when debugging.
this
.public UploadPartResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide this request ID.
this
.public UploadPartResponse.Builder opcContentMd5(String opcContentMd5)
The base64-encoded MD5 hash of the request body, as computed by the server.
this
.public UploadPartResponse.Builder eTag(String eTag)
The entity tag (ETag) for the object.
this
.Copyright © 2016–2022. All rights reserved.