Interface LifecyclePolicyDetailFilter.Builder

    • Method Detail

      • value

        LifecyclePolicyDetailFilter.Builder value​(Integer value)

        The number of units for the time period or for the count. For example, a value of 6 might refer to six months or six AMIs.

        For count-based filters, this value represents the minimum number of resources to keep on hand. If you have fewer resources than this number, the resource is excluded from lifecycle actions.

        Parameters:
        value - The number of units for the time period or for the count. For example, a value of 6 might refer to six months or six AMIs.

        For count-based filters, this value represents the minimum number of resources to keep on hand. If you have fewer resources than this number, the resource is excluded from lifecycle actions.

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

        LifecyclePolicyDetailFilter.Builder unit​(String unit)

        Defines the unit of time that the lifecycle policy uses to determine impacted resources. This is required for age-based rules.

        Parameters:
        unit - Defines the unit of time that the lifecycle policy uses to determine impacted resources. This is required for age-based rules.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LifecyclePolicyTimeUnit, LifecyclePolicyTimeUnit
      • retainAtLeast

        LifecyclePolicyDetailFilter.Builder retainAtLeast​(Integer retainAtLeast)

        For age-based filters, this is the number of resources to keep on hand after the lifecycle DELETE action is applied. Impacted resources are only deleted if you have more than this number of resources. If you have fewer resources than this number, the impacted resource is not deleted.

        Parameters:
        retainAtLeast - For age-based filters, this is the number of resources to keep on hand after the lifecycle DELETE action is applied. Impacted resources are only deleted if you have more than this number of resources. If you have fewer resources than this number, the impacted resource is not deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.