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
Modifier 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.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 Details
-
maximumDaysSinceDeprecated
DeprecationTimeConditionRequest.Builder maximumDaysSinceDeprecated(Integer maximumDaysSinceDeprecated) The maximum number of days that have elapsed since the image was deprecated. Set to
0
to exclude all deprecated images.- Parameters:
maximumDaysSinceDeprecated
- The maximum number of days that have elapsed since the image was deprecated. Set to0
to exclude all deprecated images.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-