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