Interface CacheAttributes.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CacheAttributes.Builder,CacheAttributes>,SdkBuilder<CacheAttributes.Builder,CacheAttributes>,SdkPojo
- Enclosing class:
- CacheAttributes
public static interface CacheAttributes.Builder extends SdkPojo, CopyableBuilder<CacheAttributes.Builder,CacheAttributes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CacheAttributes.BuildercacheStaleTimeoutInSeconds(Integer cacheStaleTimeoutInSeconds)Refreshes a file share's cache by using Time To Live (TTL).-
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, sdkFields
-
-
-
-
Method Detail
-
cacheStaleTimeoutInSeconds
CacheAttributes.Builder cacheStaleTimeoutInSeconds(Integer cacheStaleTimeoutInSeconds)
Refreshes a file share's cache by using Time To Live (TTL). TTL is the length of time since the last refresh after which access to the directory would cause the file gateway to first refresh that directory's contents from the Amazon S3 bucket or Amazon FSx file system. The TTL duration is in seconds.
Valid Values:0, 300 to 2,592,000 seconds (5 minutes to 30 days)
- Parameters:
cacheStaleTimeoutInSeconds- Refreshes a file share's cache by using Time To Live (TTL). TTL is the length of time since the last refresh after which access to the directory would cause the file gateway to first refresh that directory's contents from the Amazon S3 bucket or Amazon FSx file system. The TTL duration is in seconds.Valid Values:0, 300 to 2,592,000 seconds (5 minutes to 30 days)
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-