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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeprecationTimeCondition.BuildermaximumDaysSinceDeprecated(Integer maximumDaysSinceDeprecated)The maximum number of days that have elapsed since the image was deprecated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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 to0, no deprecated images are allowed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-