Interface DeleteFileCacheResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteFileCacheResponse.Builder,DeleteFileCacheResponse>,FSxResponse.Builder,SdkBuilder<DeleteFileCacheResponse.Builder,DeleteFileCacheResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteFileCacheResponse
public static interface DeleteFileCacheResponse.Builder extends FSxResponse.Builder, SdkPojo, CopyableBuilder<DeleteFileCacheResponse.Builder,DeleteFileCacheResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteFileCacheResponse.BuilderfileCacheId(String fileCacheId)The ID of the cache that's being deleted.DeleteFileCacheResponse.Builderlifecycle(String lifecycle)The cache lifecycle for the deletion request.DeleteFileCacheResponse.Builderlifecycle(FileCacheLifecycle lifecycle)The cache lifecycle for the deletion request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.fsx.model.FSxResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
fileCacheId
DeleteFileCacheResponse.Builder fileCacheId(String fileCacheId)
The ID of the cache that's being deleted.
- Parameters:
fileCacheId- The ID of the cache that's being deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lifecycle
DeleteFileCacheResponse.Builder lifecycle(String lifecycle)
The cache lifecycle for the deletion request. If the
DeleteFileCacheoperation is successful, this status isDELETING.- Parameters:
lifecycle- The cache lifecycle for the deletion request. If theDeleteFileCacheoperation is successful, this status isDELETING.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FileCacheLifecycle,FileCacheLifecycle
-
lifecycle
DeleteFileCacheResponse.Builder lifecycle(FileCacheLifecycle lifecycle)
The cache lifecycle for the deletion request. If the
DeleteFileCacheoperation is successful, this status isDELETING.- Parameters:
lifecycle- The cache lifecycle for the deletion request. If theDeleteFileCacheoperation is successful, this status isDELETING.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FileCacheLifecycle,FileCacheLifecycle
-
-