Class UpdateBackupDestinationResponse.Builder
- java.lang.Object
-
- com.oracle.bmc.database.responses.UpdateBackupDestinationResponse.Builder
-
- All Implemented Interfaces:
BmcResponse.Builder<UpdateBackupDestinationResponse>
- Enclosing class:
- UpdateBackupDestinationResponse
public static class UpdateBackupDestinationResponse.Builder extends Object implements BmcResponse.Builder<UpdateBackupDestinationResponse>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateBackupDestinationResponse.Builder
__httpStatusCode__(int __httpStatusCode__)
UpdateBackupDestinationResponse.Builder
backupDestination(BackupDestination backupDestination)
The returned BackupDestination instance.UpdateBackupDestinationResponse
build()
Build the response object.UpdateBackupDestinationResponse.Builder
copy(UpdateBackupDestinationResponse o)
Copy method to populate the builder with values from the given instance.UpdateBackupDestinationResponse.Builder
etag(String etag)
For optimistic concurrency control.UpdateBackupDestinationResponse.Builder
headers(Map<String,List<String>> headers)
UpdateBackupDestinationResponse.Builder
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.Builder
isNotModified
-
-
-
-
Method Detail
-
__httpStatusCode__
public UpdateBackupDestinationResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__
in interfaceBmcResponse.Builder<UpdateBackupDestinationResponse>
-
headers
public UpdateBackupDestinationResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headers
in interfaceBmcResponse.Builder<UpdateBackupDestinationResponse>
-
etag
public UpdateBackupDestinationResponse.Builder etag(String etag)
For optimistic concurrency control.See if-match.
- Parameters:
etag
- the value to set- Returns:
- this builder
-
opcRequestId
public UpdateBackupDestinationResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID.
- Parameters:
opcRequestId
- the value to set- Returns:
- this builder
-
backupDestination
public UpdateBackupDestinationResponse.Builder backupDestination(BackupDestination backupDestination)
The returned BackupDestination instance.- Parameters:
backupDestination
- the value to set- Returns:
- this builder
-
copy
public UpdateBackupDestinationResponse.Builder copy(UpdateBackupDestinationResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcResponse.Builder<UpdateBackupDestinationResponse>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public UpdateBackupDestinationResponse build()
Build the response object.- Specified by:
build
in interfaceBmcResponse.Builder<UpdateBackupDestinationResponse>
- Returns:
- the response object
-
-