Interface ExpirationDataRule.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExpirationDataRule.Builder,,ExpirationDataRule> SdkBuilder<ExpirationDataRule.Builder,,ExpirationDataRule> SdkPojo
- Enclosing class:
ExpirationDataRule
@Mutable
@NotThreadSafe
public static interface ExpirationDataRule.Builder
extends SdkPojo, CopyableBuilder<ExpirationDataRule.Builder,ExpirationDataRule>
-
Method Summary
Modifier and TypeMethodDescriptiondaysAfterLastAccess(Integer daysAfterLastAccess) The number of days after last access before cached data expires from the file system.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
-
daysAfterLastAccess
The number of days after last access before cached data expires from the file system.
- Parameters:
daysAfterLastAccess- The number of days after last access before cached data expires from the file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-