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 SummaryModifier and TypeMethodDescriptionmaximumDaysSinceDeprecated(Integer maximumDaysSinceDeprecated) The maximum number of days that have elapsed since the image was deprecated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
maximumDaysSinceDeprecatedThe 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.
 
 
-