public static interface RefreshCacheRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<RefreshCacheRequest.Builder,RefreshCacheRequest>
Modifier and Type | Method and Description |
---|---|
RefreshCacheRequest.Builder |
fileShareARN(String fileShareARN)
Sets the value of the FileShareARN property for this object.
|
RefreshCacheRequest.Builder |
folderList(Collection<String> folderList)
Sets the value of the FolderList property for this object.
|
RefreshCacheRequest.Builder |
folderList(String... folderList)
Sets the value of the FolderList property for this object.
|
RefreshCacheRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
RefreshCacheRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
RefreshCacheRequest.Builder |
recursive(Boolean recursive)
A value that specifies whether to recursively refresh folders in the cache.
|
build
overrideConfiguration
copy
applyMutation, build
RefreshCacheRequest.Builder fileShareARN(String fileShareARN)
fileShareARN
- The new value for the FileShareARN property for this object.RefreshCacheRequest.Builder folderList(Collection<String> folderList)
folderList
- The new value for the FolderList property for this object.RefreshCacheRequest.Builder folderList(String... folderList)
folderList
- The new value for the FolderList property for this object.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.RefreshCacheRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.