Package com.emc.object.s3.bean
Class ObjectLockConfiguration
- java.lang.Object
-
- com.emc.object.s3.bean.ObjectLockConfiguration
-
public class ObjectLockConfiguration extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ObjectLockConfiguration.ObjectLockEnabled
-
Constructor Summary
Constructors Constructor Description ObjectLockConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectLockConfiguration.ObjectLockEnabled
getObjectLockEnabled()
ObjectLockRule
getRule()
void
setObjectLockEnabled(ObjectLockConfiguration.ObjectLockEnabled objectLockEnabled)
void
setRule(ObjectLockRule rule)
ObjectLockConfiguration
withObjectLockEnabled(ObjectLockConfiguration.ObjectLockEnabled objectLockEnabled)
ObjectLockConfiguration
withRule(ObjectLockRule rule)
-
-
-
Method Detail
-
getObjectLockEnabled
public ObjectLockConfiguration.ObjectLockEnabled getObjectLockEnabled()
-
setObjectLockEnabled
public void setObjectLockEnabled(ObjectLockConfiguration.ObjectLockEnabled objectLockEnabled)
-
withObjectLockEnabled
public ObjectLockConfiguration withObjectLockEnabled(ObjectLockConfiguration.ObjectLockEnabled objectLockEnabled)
-
getRule
public ObjectLockRule getRule()
-
setRule
public void setRule(ObjectLockRule rule)
-
withRule
public ObjectLockConfiguration withRule(ObjectLockRule rule)
-
-