Class DeletedObjectResult.Builder
- java.lang.Object
-
- com.oracle.bmc.objectstorage.model.DeletedObjectResult.Builder
-
- Enclosing class:
- DeletedObjectResult
public static class DeletedObjectResult.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeletedObjectResultbuild()DeletedObjectResult.Buildercopy(DeletedObjectResult model)DeletedObjectResult.BuilderobjectName(String objectName)The name of the deleted object.DeletedObjectResult.BuildertimeLastModified(Date timeLastModified)The time the object was deleted, as described in RFC 2616.
-
-
-
Method Detail
-
objectName
public DeletedObjectResult.Builder objectName(String objectName)
The name of the deleted object.Avoid entering confidential information. Example: test/object1.log
- Parameters:
objectName- the value to set- Returns:
- this builder
-
timeLastModified
public DeletedObjectResult.Builder timeLastModified(Date timeLastModified)
The time the object was deleted, as described in RFC 2616.- Parameters:
timeLastModified- the value to set- Returns:
- this builder
-
build
public DeletedObjectResult build()
-
copy
public DeletedObjectResult.Builder copy(DeletedObjectResult model)
-
-