public static interface DeleteFileSystemResponse.Builder extends FSxResponse.Builder, SdkPojo, CopyableBuilder<DeleteFileSystemResponse.Builder,DeleteFileSystemResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteFileSystemResponse.Builder |
fileSystemId(String fileSystemId)
The ID of the file system that's being deleted.
|
DeleteFileSystemResponse.Builder |
lifecycle(FileSystemLifecycle lifecycle)
The file system lifecycle for the deletion request.
|
DeleteFileSystemResponse.Builder |
lifecycle(String lifecycle)
The file system lifecycle for the deletion request.
|
default DeleteFileSystemResponse.Builder |
lustreResponse(Consumer<DeleteFileSystemLustreResponse.Builder> lustreResponse)
Sets the value of the LustreResponse property for this object.
|
DeleteFileSystemResponse.Builder |
lustreResponse(DeleteFileSystemLustreResponse lustreResponse)
Sets the value of the LustreResponse property for this object.
|
default DeleteFileSystemResponse.Builder |
openZFSResponse(Consumer<DeleteFileSystemOpenZFSResponse.Builder> openZFSResponse)
The response object for the OpenZFS file system that's being deleted in the
DeleteFileSystem
operation. |
DeleteFileSystemResponse.Builder |
openZFSResponse(DeleteFileSystemOpenZFSResponse openZFSResponse)
The response object for the OpenZFS file system that's being deleted in the
DeleteFileSystem
operation. |
default DeleteFileSystemResponse.Builder |
windowsResponse(Consumer<DeleteFileSystemWindowsResponse.Builder> windowsResponse)
Sets the value of the WindowsResponse property for this object.
|
DeleteFileSystemResponse.Builder |
windowsResponse(DeleteFileSystemWindowsResponse windowsResponse)
Sets the value of the WindowsResponse property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteFileSystemResponse.Builder fileSystemId(String fileSystemId)
The ID of the file system that's being deleted.
fileSystemId - The ID of the file system that's being deleted.DeleteFileSystemResponse.Builder lifecycle(String lifecycle)
The file system lifecycle for the deletion request. If the DeleteFileSystem operation is
successful, this status is DELETING.
lifecycle - The file system lifecycle for the deletion request. If the DeleteFileSystem operation is
successful, this status is DELETING.FileSystemLifecycle,
FileSystemLifecycleDeleteFileSystemResponse.Builder lifecycle(FileSystemLifecycle lifecycle)
The file system lifecycle for the deletion request. If the DeleteFileSystem operation is
successful, this status is DELETING.
lifecycle - The file system lifecycle for the deletion request. If the DeleteFileSystem operation is
successful, this status is DELETING.FileSystemLifecycle,
FileSystemLifecycleDeleteFileSystemResponse.Builder windowsResponse(DeleteFileSystemWindowsResponse windowsResponse)
windowsResponse - The new value for the WindowsResponse property for this object.default DeleteFileSystemResponse.Builder windowsResponse(Consumer<DeleteFileSystemWindowsResponse.Builder> windowsResponse)
DeleteFileSystemWindowsResponse.Builder
avoiding the need to create one manually via DeleteFileSystemWindowsResponse.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to windowsResponse(DeleteFileSystemWindowsResponse).
windowsResponse - a consumer that will call methods on DeleteFileSystemWindowsResponse.BuilderwindowsResponse(DeleteFileSystemWindowsResponse)DeleteFileSystemResponse.Builder lustreResponse(DeleteFileSystemLustreResponse lustreResponse)
lustreResponse - The new value for the LustreResponse property for this object.default DeleteFileSystemResponse.Builder lustreResponse(Consumer<DeleteFileSystemLustreResponse.Builder> lustreResponse)
DeleteFileSystemLustreResponse.Builder
avoiding the need to create one manually via DeleteFileSystemLustreResponse.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to lustreResponse(DeleteFileSystemLustreResponse).
lustreResponse - a consumer that will call methods on DeleteFileSystemLustreResponse.BuilderlustreResponse(DeleteFileSystemLustreResponse)DeleteFileSystemResponse.Builder openZFSResponse(DeleteFileSystemOpenZFSResponse openZFSResponse)
The response object for the OpenZFS file system that's being deleted in the DeleteFileSystem
operation.
openZFSResponse - The response object for the OpenZFS file system that's being deleted in the
DeleteFileSystem operation.default DeleteFileSystemResponse.Builder openZFSResponse(Consumer<DeleteFileSystemOpenZFSResponse.Builder> openZFSResponse)
The response object for the OpenZFS file system that's being deleted in the DeleteFileSystem
operation.
DeleteFileSystemOpenZFSResponse.Builder
avoiding the need to create one manually via DeleteFileSystemOpenZFSResponse.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to openZFSResponse(DeleteFileSystemOpenZFSResponse).
openZFSResponse - a consumer that will call methods on DeleteFileSystemOpenZFSResponse.BuilderopenZFSResponse(DeleteFileSystemOpenZFSResponse)Copyright © 2023. All rights reserved.