Interface CreationDateConditionRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CreationDateConditionRequest.Builder,CreationDateConditionRequest>,SdkBuilder<CreationDateConditionRequest.Builder,CreationDateConditionRequest>,SdkPojo
- Enclosing class:
- CreationDateConditionRequest
@Mutable @NotThreadSafe public static interface CreationDateConditionRequest.Builder extends SdkPojo, CopyableBuilder<CreationDateConditionRequest.Builder,CreationDateConditionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreationDateConditionRequest.BuildermaximumDaysSinceCreated(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
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
-
maximumDaysSinceCreated
CreationDateConditionRequest.Builder maximumDaysSinceCreated(Integer 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.
-
-