Interface LifecyclePolicyDetailFilter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LifecyclePolicyDetailFilter.Builder,LifecyclePolicyDetailFilter>, SdkBuilder<LifecyclePolicyDetailFilter.Builder,LifecyclePolicyDetailFilter>, SdkPojo
Enclosing class:
LifecyclePolicyDetailFilter

public static interface LifecyclePolicyDetailFilter.Builder extends SdkPojo, CopyableBuilder<LifecyclePolicyDetailFilter.Builder,LifecyclePolicyDetailFilter>
  • Method Details

    • type

      Filter resources based on either age or count.

      Parameters:
      type - Filter resources based on either age or count.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      Filter resources based on either age or count.

      Parameters:
      type - Filter resources based on either age or count.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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:
    • 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:
    • 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.