Interface DeprecationTimeCondition.Builder

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

@Mutable @NotThreadSafe public static interface DeprecationTimeCondition.Builder extends SdkPojo, CopyableBuilder<DeprecationTimeCondition.Builder,DeprecationTimeCondition>
  • Method Details

    • maximumDaysSinceDeprecated

      DeprecationTimeCondition.Builder maximumDaysSinceDeprecated(Integer maximumDaysSinceDeprecated)

      The maximum number of days that have elapsed since the image was deprecated. When set to 0, no deprecated images are allowed.

      Parameters:
      maximumDaysSinceDeprecated - The maximum number of days that have elapsed since the image was deprecated. When set to 0, no deprecated images are allowed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.