Package com.oracle.bmc.psql.requests
Class UpdateBackupRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.psql.requests.UpdateBackupRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<UpdateBackupRequest,UpdateBackupDetails>
- Enclosing class:
- UpdateBackupRequest
public static class UpdateBackupRequest.Builder extends Object implements BmcRequest.Builder<UpdateBackupRequest,UpdateBackupDetails>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateBackupRequest.Builder
backupId(String backupId)
A unique identifier for the backup.UpdateBackupRequest.Builder
body$(UpdateBackupDetails body)
Alternative setter for the body parameter.UpdateBackupRequest
build()
Build the instance of UpdateBackupRequest as configured by this builderUpdateBackupRequest
buildWithoutInvocationCallback()
Build the instance of UpdateBackupRequest as configured by this builderUpdateBackupRequest.Builder
copy(UpdateBackupRequest o)
Copy method to populate the builder with values from the given instance.UpdateBackupRequest.Builder
ifMatch(String ifMatch)
For optimistic concurrency control.UpdateBackupRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.UpdateBackupRequest.Builder
opcRequestId(String opcRequestId)
The client request ID for tracing.UpdateBackupRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.UpdateBackupRequest.Builder
updateBackupDetails(UpdateBackupDetails updateBackupDetails)
The information to be updated.
-
-
-
Method Detail
-
backupId
public UpdateBackupRequest.Builder backupId(String backupId)
A unique identifier for the backup.- Parameters:
backupId
- the value to set- Returns:
- this builder instance
-
updateBackupDetails
public UpdateBackupRequest.Builder updateBackupDetails(UpdateBackupDetails updateBackupDetails)
The information to be updated.- Parameters:
updateBackupDetails
- the value to set- Returns:
- this builder instance
-
ifMatch
public UpdateBackupRequest.Builder ifMatch(String ifMatch)
For optimistic concurrency control.In the PUT or DELETE call for a resource, set the if-match parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource’s current etag value.
- Parameters:
ifMatch
- the value to set- Returns:
- this builder instance
-
opcRequestId
public UpdateBackupRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
invocationCallback
public UpdateBackupRequest.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 UpdateBackupRequest.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 UpdateBackupRequest.Builder copy(UpdateBackupRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<UpdateBackupRequest,UpdateBackupDetails>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public UpdateBackupRequest build()
Build the instance of UpdateBackupRequest 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<UpdateBackupRequest,UpdateBackupDetails>
- Returns:
- instance of UpdateBackupRequest
-
body$
public UpdateBackupRequest.Builder body$(UpdateBackupDetails body)
Alternative setter for the body parameter.- Specified by:
body$
in interfaceBmcRequest.Builder<UpdateBackupRequest,UpdateBackupDetails>
- Parameters:
body
- the body parameter- Returns:
- this builder instance
-
buildWithoutInvocationCallback
public UpdateBackupRequest buildWithoutInvocationCallback()
Build the instance of UpdateBackupRequest 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 UpdateBackupRequest
-
-