public static class UpdateBucketResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
UpdateBucketResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
UpdateBucketResponse.Builder |
bucket(Bucket bucket)
The returned Bucket instance.
|
UpdateBucketResponse |
build() |
UpdateBucketResponse.Builder |
copy(UpdateBucketResponse o)
Copy method to populate the builder with values from the given instance.
|
UpdateBucketResponse.Builder |
eTag(String eTag)
The entity tag (ETag) for the updated bucket.
|
UpdateBucketResponse.Builder |
opcClientRequestId(String opcClientRequestId)
Echoes back the value passed in the opc-client-request-id header, for use by clients when debugging.
|
UpdateBucketResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
String |
toString() |
public UpdateBucketResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public UpdateBucketResponse.Builder copy(UpdateBucketResponse o)
Copy method to populate the builder with values from the given instance.
public UpdateBucketResponse build()
public UpdateBucketResponse.Builder opcClientRequestId(String opcClientRequestId)
Echoes back the value passed in the opc-client-request-id header, for use by clients when debugging.
this
.public UpdateBucketResponse.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 UpdateBucketResponse.Builder eTag(String eTag)
The entity tag (ETag) for the updated bucket.
this
.public UpdateBucketResponse.Builder bucket(Bucket bucket)
The returned Bucket instance.
this
.Copyright © 2016–2022. All rights reserved.