public static class BucketLifecycleConfiguration.Rule extends Object
Constructor and Description |
---|
BucketLifecycleConfiguration.Rule() |
Modifier and Type | Method and Description |
---|---|
Date |
getExpirationDate()
Returns the expiration date of the object.
|
int |
getExpirationInDays()
Returns the time in days from an object's creation to its expiration.
|
String |
getId()
Returns the ID of this rule.
|
int |
getNoncurrentVersionExpirationInDays()
Returns the time, in days, between when a new version of the object
is uploaded to the bucket and when older versions of the object
expire.
|
BucketLifecycleConfiguration.NoncurrentVersionTransition |
getNoncurrentVersionTransition()
Returns the transition describing how non-current versions of
objects will move between different storage classes in Amazon S3.
|
String |
getPrefix()
Returns the key prefix for which this rule will apply.
|
String |
getStatus()
Returns the status of this rule.
|
BucketLifecycleConfiguration.Transition |
getTransition()
Returns the transition attribute of the rule.
|
void |
setExpirationDate(Date expirationDate)
Sets the expiration date of the object.
|
void |
setExpirationInDays(int expirationInDays)
Sets the time, in days, between when an object is uploaded to the
bucket and when it expires.
|
void |
setId(String id)
Sets the ID of this rule.
|
void |
setNoncurrentVersionExpirationInDays(int value)
Sets the time, in days, between when a new version of the object is
uploaded to the bucket and when older versions of the object expire.
|
void |
setNoncurrentVersionTransition(BucketLifecycleConfiguration.NoncurrentVersionTransition value)
Sets the transition describing how non-current versions of objects
will move between different storage classes in Amazon S3.
|
void |
setPrefix(String prefix)
Sets the key prefix for which this rule will apply.
|
void |
setStatus(String status)
Sets the status of this rule.
|
void |
setTransition(BucketLifecycleConfiguration.Transition transition)
Sets the transition describing how this object will move between
different storage classes in Amazon S3.
|
BucketLifecycleConfiguration.Rule |
withExpirationDate(Date expirationDate)
Sets the expiration date of the object and returns a reference to this
object(Rule) for method chaining.
|
BucketLifecycleConfiguration.Rule |
withExpirationInDays(int expirationInDays)
Sets the time, in days, between when an object is uploaded to the
bucket and when it expires, and returns a reference to this object
for method chaining.
|
BucketLifecycleConfiguration.Rule |
withId(String id)
Sets the ID of this rule and returns a reference to this object for
method chaining.
|
BucketLifecycleConfiguration.Rule |
withNoncurrentVersionExpirationInDays(int value)
Sets the time, in days, between when a new version of the object is
uploaded to the bucket and when older versions of the object expire,
and returns a reference to this object for method chaining.
|
BucketLifecycleConfiguration.Rule |
withNoncurrentVersionTransition(BucketLifecycleConfiguration.NoncurrentVersionTransition value)
Sets the transition describing how non-current versions of objects
will move between different storage classes in Amazon S3, and
returns a reference to this object for method chaining.
|
BucketLifecycleConfiguration.Rule |
withPrefix(String prefix)
Sets the key prefix for this rule and returns a reference to this
object for method chaining.
|
BucketLifecycleConfiguration.Rule |
withStatus(String status)
Sets the status of this rule and returns a reference to this object
for method chaining.
|
BucketLifecycleConfiguration.Rule |
withTransition(BucketLifecycleConfiguration.Transition transition)
Sets the transition describing how this object will move between
different storage classes in Amazon S3 and returns a reference to
this object(Rule) for method chaining.
|
public void setId(String id)
public void setPrefix(String prefix)
public void setExpirationInDays(int expirationInDays)
public void setNoncurrentVersionExpirationInDays(int value)
public String getId()
public BucketLifecycleConfiguration.Rule withId(String id)
setId(String)
public String getPrefix()
public BucketLifecycleConfiguration.Rule withPrefix(String prefix)
setPrefix(String)
public int getExpirationInDays()
public BucketLifecycleConfiguration.Rule withExpirationInDays(int expirationInDays)
setExpirationInDays(int)
public int getNoncurrentVersionExpirationInDays()
public BucketLifecycleConfiguration.Rule withNoncurrentVersionExpirationInDays(int value)
public String getStatus()
public void setStatus(String status)
public BucketLifecycleConfiguration.Rule withStatus(String status)
public void setExpirationDate(Date expirationDate)
public Date getExpirationDate()
public BucketLifecycleConfiguration.Rule withExpirationDate(Date expirationDate)
public void setTransition(BucketLifecycleConfiguration.Transition transition)
public BucketLifecycleConfiguration.Transition getTransition()
public BucketLifecycleConfiguration.Rule withTransition(BucketLifecycleConfiguration.Transition transition)
public void setNoncurrentVersionTransition(BucketLifecycleConfiguration.NoncurrentVersionTransition value)
public BucketLifecycleConfiguration.NoncurrentVersionTransition getNoncurrentVersionTransition()
public BucketLifecycleConfiguration.Rule withNoncurrentVersionTransition(BucketLifecycleConfiguration.NoncurrentVersionTransition value)
Copyright © 2014. All rights reserved.