Class UpdateRetentionRuleRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.objectstorage.requests.UpdateRetentionRuleRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<UpdateRetentionRuleRequest,UpdateRetentionRuleDetails>
- Enclosing class:
- UpdateRetentionRuleRequest
public static class UpdateRetentionRuleRequest.Builder extends Object implements BmcRequest.Builder<UpdateRetentionRuleRequest,UpdateRetentionRuleDetails>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateRetentionRuleRequest.Builder
body$(UpdateRetentionRuleDetails body)
Alternative setter for the body parameter.UpdateRetentionRuleRequest.Builder
bucketName(String bucketName)
The name of the bucket.UpdateRetentionRuleRequest
build()
Build the instance of UpdateRetentionRuleRequest as configured by this builderUpdateRetentionRuleRequest
buildWithoutInvocationCallback()
Build the instance of UpdateRetentionRuleRequest as configured by this builderUpdateRetentionRuleRequest.Builder
copy(UpdateRetentionRuleRequest o)
Copy method to populate the builder with values from the given instance.UpdateRetentionRuleRequest.Builder
ifMatch(String ifMatch)
The entity tag (ETag) to match with the ETag of an existing resource.UpdateRetentionRuleRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.UpdateRetentionRuleRequest.Builder
namespaceName(String namespaceName)
The Object Storage namespace used for the request.UpdateRetentionRuleRequest.Builder
opcClientRequestId(String opcClientRequestId)
The client request ID for tracing.UpdateRetentionRuleRequest.Builder
retentionRuleId(String retentionRuleId)
The ID of the retention rule.UpdateRetentionRuleRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.UpdateRetentionRuleRequest.Builder
updateRetentionRuleDetails(UpdateRetentionRuleDetails updateRetentionRuleDetails)
Request object for updating the retention rule.
-
-
-
Method Detail
-
namespaceName
public UpdateRetentionRuleRequest.Builder namespaceName(String namespaceName)
The Object Storage namespace used for the request.- Parameters:
namespaceName
- the value to set- Returns:
- this builder instance
-
bucketName
public UpdateRetentionRuleRequest.Builder bucketName(String bucketName)
The name of the bucket.Avoid entering confidential information. Example: my-new-bucket1
- Parameters:
bucketName
- the value to set- Returns:
- this builder instance
-
retentionRuleId
public UpdateRetentionRuleRequest.Builder retentionRuleId(String retentionRuleId)
The ID of the retention rule.- Parameters:
retentionRuleId
- the value to set- Returns:
- this builder instance
-
updateRetentionRuleDetails
public UpdateRetentionRuleRequest.Builder updateRetentionRuleDetails(UpdateRetentionRuleDetails updateRetentionRuleDetails)
Request object for updating the retention rule.- Parameters:
updateRetentionRuleDetails
- the value to set- Returns:
- this builder instance
-
ifMatch
public UpdateRetentionRuleRequest.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.
- Parameters:
ifMatch
- the value to set- Returns:
- this builder instance
-
opcClientRequestId
public UpdateRetentionRuleRequest.Builder opcClientRequestId(String opcClientRequestId)
The client request ID for tracing.- Parameters:
opcClientRequestId
- the value to set- Returns:
- this builder instance
-
invocationCallback
public UpdateRetentionRuleRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.- Parameters:
invocationCallback
- the invocation callback to be set for the request- Returns:
- this builder instance
-
retryConfiguration
public UpdateRetentionRuleRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.- Parameters:
retryConfiguration
- the retry configuration to be used for the request- Returns:
- this builder instance
-
copy
public UpdateRetentionRuleRequest.Builder copy(UpdateRetentionRuleRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<UpdateRetentionRuleRequest,UpdateRetentionRuleDetails>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public UpdateRetentionRuleRequest build()
Build the instance of UpdateRetentionRuleRequest as configured by this builderNote that this method takes calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account, while the methodbuildWithoutInvocationCallback()
does not.This is the preferred method to build an instance.
- Specified by:
build
in interfaceBmcRequest.Builder<UpdateRetentionRuleRequest,UpdateRetentionRuleDetails>
- Returns:
- instance of UpdateRetentionRuleRequest
-
body$
public UpdateRetentionRuleRequest.Builder body$(UpdateRetentionRuleDetails body)
Alternative setter for the body parameter.- Specified by:
body$
in interfaceBmcRequest.Builder<UpdateRetentionRuleRequest,UpdateRetentionRuleDetails>
- Parameters:
body
- the body parameter- Returns:
- this builder instance
-
buildWithoutInvocationCallback
public UpdateRetentionRuleRequest buildWithoutInvocationCallback()
Build the instance of UpdateRetentionRuleRequest as configured by this builderNote that this method does not take calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account, while the methodbuild()
does- Returns:
- instance of UpdateRetentionRuleRequest
-
-