Class BatchDeleteObjectIdentifier.Builder
- java.lang.Object
-
- com.oracle.bmc.objectstorage.model.BatchDeleteObjectIdentifier.Builder
-
- Enclosing class:
- BatchDeleteObjectIdentifier
public static class BatchDeleteObjectIdentifier.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchDeleteObjectIdentifierbuild()BatchDeleteObjectIdentifier.Buildercopy(BatchDeleteObjectIdentifier model)BatchDeleteObjectIdentifier.BuilderifMatch(String ifMatch)The entity tag (ETag) to match.BatchDeleteObjectIdentifier.BuilderobjectName(String objectName)The name of the object to delete.
-
-
-
Method Detail
-
objectName
public BatchDeleteObjectIdentifier.Builder objectName(String objectName)
The name of the object to delete.Avoid entering confidential information. Example: test/object1.log
- Parameters:
objectName- the value to set- Returns:
- this builder
-
ifMatch
public BatchDeleteObjectIdentifier.Builder ifMatch(String ifMatch)
The entity tag (ETag) to match.Avoid entering confidential information. Example: etag1
- Parameters:
ifMatch- the value to set- Returns:
- this builder
-
build
public BatchDeleteObjectIdentifier build()
-
copy
public BatchDeleteObjectIdentifier.Builder copy(BatchDeleteObjectIdentifier model)
-
-