Class BatchDeleteObjectsDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.objectstorage.model.BatchDeleteObjectsDetails.Builder
-
- Enclosing class:
- BatchDeleteObjectsDetails
public static class BatchDeleteObjectsDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchDeleteObjectsDetailsbuild()BatchDeleteObjectsDetails.Buildercopy(BatchDeleteObjectsDetails model)BatchDeleteObjectsDetails.BuilderisSkipDeletedResult(Boolean isSkipDeletedResult)Specifies whether to skip the details of successfully deleted objects in the response.BatchDeleteObjectsDetails.Builderobjects(List<BatchDeleteObjectIdentifier> objects)The list of the objects to delete.
-
-
-
Method Detail
-
objects
public BatchDeleteObjectsDetails.Builder objects(List<BatchDeleteObjectIdentifier> objects)
The list of the objects to delete.- Parameters:
objects- the value to set- Returns:
- this builder
-
isSkipDeletedResult
public BatchDeleteObjectsDetails.Builder isSkipDeletedResult(Boolean isSkipDeletedResult)
Specifies whether to skip the details of successfully deleted objects in the response.If specified true then only the details of failed deletes will be available in the response. Defaults to false.
- Parameters:
isSkipDeletedResult- the value to set- Returns:
- this builder
-
build
public BatchDeleteObjectsDetails build()
-
copy
public BatchDeleteObjectsDetails.Builder copy(BatchDeleteObjectsDetails model)
-
-