Interface CreationDateCondition.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CreationDateCondition.Builder,,CreationDateCondition> SdkBuilder<CreationDateCondition.Builder,,CreationDateCondition> SdkPojo
- Enclosing class:
CreationDateCondition
@Mutable
@NotThreadSafe
public static interface CreationDateCondition.Builder
extends SdkPojo, CopyableBuilder<CreationDateCondition.Builder,CreationDateCondition>
-
Method Summary
Modifier and TypeMethodDescriptionmaximumDaysSinceCreated(Integer maximumDaysSinceCreated) The maximum number of days that have elapsed since the image was created.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
maximumDaysSinceCreated
The maximum number of days that have elapsed since the image was created. For example, a value of
300allows images that were created within the last 300 days.- Parameters:
maximumDaysSinceCreated- The maximum number of days that have elapsed since the image was created. For example, a value of300allows images that were created within the last 300 days.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-