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 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- 
maximumDaysSinceDeprecatedDeprecationTimeConditionRequest.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 to- 0to exclude all deprecated images.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-