public static interface UpdateFileCacheRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<UpdateFileCacheRequest.Builder,UpdateFileCacheRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateFileCacheRequest.Builder |
clientRequestToken(String clientRequestToken)
Sets the value of the ClientRequestToken property for this object.
|
UpdateFileCacheRequest.Builder |
fileCacheId(String fileCacheId)
The ID of the cache that you are updating.
|
default UpdateFileCacheRequest.Builder |
lustreConfiguration(Consumer<UpdateFileCacheLustreConfiguration.Builder> lustreConfiguration)
The configuration updates for an Amazon File Cache resource.
|
UpdateFileCacheRequest.Builder |
lustreConfiguration(UpdateFileCacheLustreConfiguration lustreConfiguration)
The configuration updates for an Amazon File Cache resource.
|
UpdateFileCacheRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateFileCacheRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFileCacheRequest.Builder fileCacheId(String fileCacheId)
The ID of the cache that you are updating.
fileCacheId - The ID of the cache that you are updating.UpdateFileCacheRequest.Builder clientRequestToken(String clientRequestToken)
clientRequestToken - The new value for the ClientRequestToken property for this object.UpdateFileCacheRequest.Builder lustreConfiguration(UpdateFileCacheLustreConfiguration lustreConfiguration)
The configuration updates for an Amazon File Cache resource.
lustreConfiguration - The configuration updates for an Amazon File Cache resource.default UpdateFileCacheRequest.Builder lustreConfiguration(Consumer<UpdateFileCacheLustreConfiguration.Builder> lustreConfiguration)
The configuration updates for an Amazon File Cache resource.
This is a convenience method that creates an instance of theUpdateFileCacheLustreConfiguration.Builder avoiding the need to create one manually via
UpdateFileCacheLustreConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to lustreConfiguration(UpdateFileCacheLustreConfiguration).
lustreConfiguration - a consumer that will call methods on UpdateFileCacheLustreConfiguration.BuilderlustreConfiguration(UpdateFileCacheLustreConfiguration)UpdateFileCacheRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateFileCacheRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.