@Generated(value="software.amazon.awssdk:codegen") public final class CacheAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CacheAttributes.Builder,CacheAttributes>
The refresh cache information for the file share or FSx file systems.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CacheAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CacheAttributes.Builder |
builder() |
Integer |
cacheStaleTimeoutInSeconds()
Refreshes a file share's cache by using Time To Live (TTL).
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CacheAttributes.Builder> |
serializableBuilderClass() |
CacheAttributes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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)
Valid Values:0, 300 to 2,592,000 seconds (5 minutes to 30 days)
public CacheAttributes.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CacheAttributes.Builder,CacheAttributes>public static CacheAttributes.Builder builder()
public static Class<? extends CacheAttributes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.