BucketLifecycleConfiguration.Rule |
BucketLifecycleConfiguration.Rule.addNoncurrentVersionTransition(BucketLifecycleConfiguration.NoncurrentVersionTransition noncurrentVersionTransition) |
Adds a new Non current transition to the rule.
|
BucketLifecycleConfiguration.Rule |
BucketLifecycleConfiguration.Rule.addTransition(BucketLifecycleConfiguration.Transition transition) |
Adds a new transition to the rule.
|
BucketLifecycleConfiguration.Rule |
BucketLifecycleConfiguration.Rule.withAbortIncompleteMultipartUpload(AbortIncompleteMultipartUpload abortIncompleteMultipartUpload) |
|
BucketLifecycleConfiguration.Rule |
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 |
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 |
BucketLifecycleConfiguration.Rule.withExpiredObjectDeleteMarker(boolean expiredObjectDeleteMarker) |
Fluent method for setting the value of the ExpiredObjectDeleteMarkers attributes.
|
BucketLifecycleConfiguration.Rule |
BucketLifecycleConfiguration.Rule.withId(String id) |
Sets the ID of this rule and returns a reference to this object for
method chaining.
|
BucketLifecycleConfiguration.Rule |
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 |
BucketLifecycleConfiguration.Rule.withNoncurrentVersionTransition(BucketLifecycleConfiguration.NoncurrentVersionTransition nonCurrentVersionTransition) |
Deprecated.
|
BucketLifecycleConfiguration.Rule |
BucketLifecycleConfiguration.Rule.withNoncurrentVersionTransitions(List<BucketLifecycleConfiguration.NoncurrentVersionTransition> noncurrentVersionTransitions) |
Sets the Amazon S3 non current object transition rules for the given bucket.
|
BucketLifecycleConfiguration.Rule |
BucketLifecycleConfiguration.Rule.withPrefix(String prefix) |
Sets the key prefix for this rule and returns a reference to this
object for method chaining.
|
BucketLifecycleConfiguration.Rule |
BucketLifecycleConfiguration.Rule.withStatus(String status) |
Sets the status of this rule and returns a reference to this object
for method chaining.
|
BucketLifecycleConfiguration.Rule |
BucketLifecycleConfiguration.Rule.withTransition(BucketLifecycleConfiguration.Transition transition) |
Deprecated.
|
BucketLifecycleConfiguration.Rule |
BucketLifecycleConfiguration.Rule.withTransitions(List<BucketLifecycleConfiguration.Transition> transitions) |
Sets the Amazon S3 object transition rules for the given bucket.
|