Interface DeprecationTimeConditionRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeprecationTimeConditionRequest.Builder,DeprecationTimeConditionRequest>,SdkBuilder<DeprecationTimeConditionRequest.Builder,DeprecationTimeConditionRequest>,SdkPojo
- Enclosing class:
- DeprecationTimeConditionRequest
@Mutable @NotThreadSafe public static interface DeprecationTimeConditionRequest.Builder extends SdkPojo, CopyableBuilder<DeprecationTimeConditionRequest.Builder,DeprecationTimeConditionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeprecationTimeConditionRequest.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
DeprecationTimeConditionRequest.Builder maximumDaysSinceDeprecated(Integer maximumDaysSinceDeprecated)
The maximum number of days that have elapsed since the image was deprecated. Set to
0to exclude all deprecated images.- Parameters:
maximumDaysSinceDeprecated- The maximum number of days that have elapsed since the image was deprecated. Set to0to exclude all deprecated images.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-