public static interface RefreshCacheRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<RefreshCacheRequest.Builder,RefreshCacheRequest>
| Modifier and Type | Method and Description |
|---|---|
RefreshCacheRequest.Builder |
fileShareARN(String fileShareARN)
The Amazon Resource Name (ARN) of the file share you want to refresh.
|
RefreshCacheRequest.Builder |
folderList(Collection<String> folderList)
A comma-separated list of the paths of folders to refresh in the cache.
|
RefreshCacheRequest.Builder |
folderList(String... folderList)
A comma-separated list of the paths of folders to refresh in the cache.
|
RefreshCacheRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RefreshCacheRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RefreshCacheRequest.Builder |
recursive(Boolean recursive)
A value that specifies whether to recursively refresh folders in the cache.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRefreshCacheRequest.Builder fileShareARN(String fileShareARN)
The Amazon Resource Name (ARN) of the file share you want to refresh.
fileShareARN - The Amazon Resource Name (ARN) of the file share you want to refresh.RefreshCacheRequest.Builder folderList(Collection<String> folderList)
A comma-separated list of the paths of folders to refresh in the cache. The default is ["/"].
The default refreshes objects and folders at the root of the Amazon S3 bucket. If Recursive is
set to "true", the entire S3 bucket that the file share has access to is refreshed.
folderList - A comma-separated list of the paths of folders to refresh in the cache. The default is [
"/"]. The default refreshes objects and folders at the root of the Amazon S3 bucket. If
Recursive is set to "true", the entire S3 bucket that the file share has access to is
refreshed.RefreshCacheRequest.Builder folderList(String... folderList)
A comma-separated list of the paths of folders to refresh in the cache. The default is ["/"].
The default refreshes objects and folders at the root of the Amazon S3 bucket. If Recursive is
set to "true", the entire S3 bucket that the file share has access to is refreshed.
folderList - A comma-separated list of the paths of folders to refresh in the cache. The default is [
"/"]. The default refreshes objects and folders at the root of the Amazon S3 bucket. If
Recursive is set to "true", the entire S3 bucket that the file share has access to is
refreshed.RefreshCacheRequest.Builder recursive(Boolean recursive)
A value that specifies whether to recursively refresh folders in the cache. The refresh includes folders that
were in the cache the last time the gateway listed the folder's contents. If this value set to "true", each
folder that is listed in FolderList is recursively updated. Otherwise, subfolders listed in
FolderList are not refreshed. Only objects that are in folders listed directly under
FolderList are found and used for the update. The default is "true".
recursive - A value that specifies whether to recursively refresh folders in the cache. The refresh includes
folders that were in the cache the last time the gateway listed the folder's contents. If this value
set to "true", each folder that is listed in FolderList is recursively updated.
Otherwise, subfolders listed in FolderList are not refreshed. Only objects that are in
folders listed directly under FolderList are found and used for the update. The default
is "true".RefreshCacheRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRefreshCacheRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.