Interface LifecycleRule.Builder

    • Method Detail

      • expiration

        LifecycleRule.Builder expiration​(LifecycleExpiration expiration)

        Specifies the expiration for the lifecycle of the object in the form of date, days and, whether the object has a delete marker.

        Parameters:
        expiration - Specifies the expiration for the lifecycle of the object in the form of date, days and, whether the object has a delete marker.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        LifecycleRule.Builder id​(String id)

        Unique identifier for the rule. The value cannot be longer than 255 characters.

        Parameters:
        id - Unique identifier for the rule. The value cannot be longer than 255 characters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • prefix

        @Deprecated
        LifecycleRule.Builder prefix​(String prefix)
        Deprecated.

        Prefix identifying one or more objects to which the rule applies. This is no longer used; use Filter instead.

        Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.

        Parameters:
        prefix - Prefix identifying one or more objects to which the rule applies. This is no longer used; use Filter instead.

        Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filter

        LifecycleRule.Builder filter​(LifecycleRuleFilter filter)

        The Filter is used to identify objects that a Lifecycle Rule applies to. A Filter must have exactly one of Prefix, Tag, or And specified. Filter is required if the LifecycleRule does not contain a Prefix element.

        Parameters:
        filter - The Filter is used to identify objects that a Lifecycle Rule applies to. A Filter must have exactly one of Prefix, Tag, or And specified. Filter is required if the LifecycleRule does not contain a Prefix element.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        LifecycleRule.Builder status​(String status)

        If 'Enabled', the rule is currently being applied. If 'Disabled', the rule is not currently being applied.

        Parameters:
        status - If 'Enabled', the rule is currently being applied. If 'Disabled', the rule is not currently being applied.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExpirationStatus, ExpirationStatus
      • status

        LifecycleRule.Builder status​(ExpirationStatus status)

        If 'Enabled', the rule is currently being applied. If 'Disabled', the rule is not currently being applied.

        Parameters:
        status - If 'Enabled', the rule is currently being applied. If 'Disabled', the rule is not currently being applied.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExpirationStatus, ExpirationStatus
      • transitions

        LifecycleRule.Builder transitions​(Collection<Transition> transitions)

        Specifies when an Amazon S3 object transitions to a specified storage class.

        Parameters:
        transitions - Specifies when an Amazon S3 object transitions to a specified storage class.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • transitions

        LifecycleRule.Builder transitions​(Transition... transitions)

        Specifies when an Amazon S3 object transitions to a specified storage class.

        Parameters:
        transitions - Specifies when an Amazon S3 object transitions to a specified storage class.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • transitions

        LifecycleRule.Builder transitions​(Consumer<Transition.Builder>... transitions)

        Specifies when an Amazon S3 object transitions to a specified storage class.

        This is a convenience method that creates an instance of the Transition.Builder avoiding the need to create one manually via Transition.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #transitions(List).

        Parameters:
        transitions - a consumer that will call methods on Transition.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #transitions(java.util.Collection)
      • noncurrentVersionTransitions

        LifecycleRule.Builder noncurrentVersionTransitions​(Collection<NoncurrentVersionTransition> noncurrentVersionTransitions)

        Specifies the transition rule for the lifecycle rule that describes when noncurrent objects transition to a specific storage class. If your bucket is versioning-enabled (or versioning is suspended), you can set this action to request that Amazon S3 transition noncurrent object versions to a specific storage class at a set period in the object's lifetime.

        Parameters:
        noncurrentVersionTransitions - Specifies the transition rule for the lifecycle rule that describes when noncurrent objects transition to a specific storage class. If your bucket is versioning-enabled (or versioning is suspended), you can set this action to request that Amazon S3 transition noncurrent object versions to a specific storage class at a set period in the object's lifetime.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • noncurrentVersionTransitions

        LifecycleRule.Builder noncurrentVersionTransitions​(NoncurrentVersionTransition... noncurrentVersionTransitions)

        Specifies the transition rule for the lifecycle rule that describes when noncurrent objects transition to a specific storage class. If your bucket is versioning-enabled (or versioning is suspended), you can set this action to request that Amazon S3 transition noncurrent object versions to a specific storage class at a set period in the object's lifetime.

        Parameters:
        noncurrentVersionTransitions - Specifies the transition rule for the lifecycle rule that describes when noncurrent objects transition to a specific storage class. If your bucket is versioning-enabled (or versioning is suspended), you can set this action to request that Amazon S3 transition noncurrent object versions to a specific storage class at a set period in the object's lifetime.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • noncurrentVersionTransitions

        LifecycleRule.Builder noncurrentVersionTransitions​(Consumer<NoncurrentVersionTransition.Builder>... noncurrentVersionTransitions)

        Specifies the transition rule for the lifecycle rule that describes when noncurrent objects transition to a specific storage class. If your bucket is versioning-enabled (or versioning is suspended), you can set this action to request that Amazon S3 transition noncurrent object versions to a specific storage class at a set period in the object's lifetime.

        This is a convenience method that creates an instance of the NoncurrentVersionTransition.Builder avoiding the need to create one manually via NoncurrentVersionTransition.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #noncurrentVersionTransitions(List).

        Parameters:
        noncurrentVersionTransitions - a consumer that will call methods on NoncurrentVersionTransition.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #noncurrentVersionTransitions(java.util.Collection)
      • noncurrentVersionExpiration

        LifecycleRule.Builder noncurrentVersionExpiration​(NoncurrentVersionExpiration noncurrentVersionExpiration)
        Sets the value of the NoncurrentVersionExpiration property for this object.
        Parameters:
        noncurrentVersionExpiration - The new value for the NoncurrentVersionExpiration property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • abortIncompleteMultipartUpload

        LifecycleRule.Builder abortIncompleteMultipartUpload​(AbortIncompleteMultipartUpload abortIncompleteMultipartUpload)
        Sets the value of the AbortIncompleteMultipartUpload property for this object.
        Parameters:
        abortIncompleteMultipartUpload - The new value for the AbortIncompleteMultipartUpload property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.