public static class UpdateBucketRequest.Builder extends Object implements BmcRequest.Builder<UpdateBucketRequest,UpdateBucketDetails>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateBucketRequest.Builder |
body$(UpdateBucketDetails body)
Alternative setter for the body parameter.
|
UpdateBucketRequest.Builder |
bucketName(String bucketName)
The name of the bucket.
|
UpdateBucketRequest |
build()
Build the instance of UpdateBucketRequest as configured by this builder
|
UpdateBucketRequest |
buildWithoutInvocationCallback()
Build the instance of UpdateBucketRequest as configured by this builder
|
UpdateBucketRequest.Builder |
copy(UpdateBucketRequest o)
Copy method to populate the builder with values from the given instance.
|
UpdateBucketRequest.Builder |
ifMatch(String ifMatch)
The entity tag (ETag) to match with the ETag of an existing resource.
|
UpdateBucketRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
UpdateBucketRequest.Builder |
namespaceName(String namespaceName)
The Object Storage namespace used for the request.
|
UpdateBucketRequest.Builder |
opcClientRequestId(String opcClientRequestId)
The client request ID for tracing.
|
UpdateBucketRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
UpdateBucketRequest.Builder |
updateBucketDetails(UpdateBucketDetails updateBucketDetails)
Request object for updating a bucket.
|
public UpdateBucketRequest.Builder namespaceName(String namespaceName)
The Object Storage namespace used for the request.
namespaceName
- the value to setpublic UpdateBucketRequest.Builder bucketName(String bucketName)
The name of the bucket. Avoid entering confidential information. Example: my-new-bucket1
bucketName
- the value to setpublic UpdateBucketRequest.Builder updateBucketDetails(UpdateBucketDetails updateBucketDetails)
Request object for updating a bucket.
updateBucketDetails
- the value to setpublic UpdateBucketRequest.Builder ifMatch(String ifMatch)
The entity tag (ETag) to match with the ETag of an existing resource. If the specified ETag matches the ETag of the existing resource, GET and HEAD requests will return the resource and PUT and POST requests will upload the resource.
ifMatch
- the value to setpublic UpdateBucketRequest.Builder opcClientRequestId(String opcClientRequestId)
The client request ID for tracing.
opcClientRequestId
- the value to setpublic UpdateBucketRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic UpdateBucketRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic UpdateBucketRequest.Builder copy(UpdateBucketRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<UpdateBucketRequest,UpdateBucketDetails>
o
- other request from which to copy valuespublic UpdateBucketRequest build()
Build the instance of UpdateBucketRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<UpdateBucketRequest,UpdateBucketDetails>
public UpdateBucketRequest.Builder body$(UpdateBucketDetails body)
Alternative setter for the body parameter.
body$
in interface BmcRequest.Builder<UpdateBucketRequest,UpdateBucketDetails>
body
- the body parameterpublic UpdateBucketRequest buildWithoutInvocationCallback()
Build the instance of UpdateBucketRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.