Interface DeleteFileSystemResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteFileSystemResponse.Builder,
,DeleteFileSystemResponse> FSxResponse.Builder
,SdkBuilder<DeleteFileSystemResponse.Builder,
,DeleteFileSystemResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteFileSystemResponse
-
Method Summary
Modifier and TypeMethodDescriptionfileSystemId
(String fileSystemId) The ID of the file system that's being deleted.The file system lifecycle for the deletion request.lifecycle
(FileSystemLifecycle 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.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 theDeleteFileSystem
operation.openZFSResponse
(DeleteFileSystemOpenZFSResponse openZFSResponse) The response object for the OpenZFS file system that's being deleted in theDeleteFileSystem
operation.default DeleteFileSystemResponse.Builder
windowsResponse
(Consumer<DeleteFileSystemWindowsResponse.Builder> windowsResponse) Sets the value of the WindowsResponse property for this object.windowsResponse
(DeleteFileSystemWindowsResponse windowsResponse) Sets the value of the WindowsResponse property for this object.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 Details
-
fileSystemId
The ID of the file system that's being deleted.
- Parameters:
fileSystemId
- The ID of the file system that's being deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lifecycle
The file system lifecycle for the deletion request. If the
DeleteFileSystem
operation is successful, this status isDELETING
.- Parameters:
lifecycle
- The file system lifecycle for the deletion request. If theDeleteFileSystem
operation is successful, this status isDELETING
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lifecycle
The file system lifecycle for the deletion request. If the
DeleteFileSystem
operation is successful, this status isDELETING
.- Parameters:
lifecycle
- The file system lifecycle for the deletion request. If theDeleteFileSystem
operation is successful, this status isDELETING
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
windowsResponse
Sets the value of the WindowsResponse property for this object.- Parameters:
windowsResponse
- The new value for the WindowsResponse property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
windowsResponse
default DeleteFileSystemResponse.Builder windowsResponse(Consumer<DeleteFileSystemWindowsResponse.Builder> windowsResponse) Sets the value of the WindowsResponse property for this object. This is a convenience method that creates an instance of theDeleteFileSystemWindowsResponse.Builder
avoiding the need to create one manually viaDeleteFileSystemWindowsResponse.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed towindowsResponse(DeleteFileSystemWindowsResponse)
.- Parameters:
windowsResponse
- a consumer that will call methods onDeleteFileSystemWindowsResponse.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lustreResponse
Sets the value of the LustreResponse property for this object.- Parameters:
lustreResponse
- The new value for the LustreResponse property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lustreResponse
default DeleteFileSystemResponse.Builder lustreResponse(Consumer<DeleteFileSystemLustreResponse.Builder> lustreResponse) Sets the value of the LustreResponse property for this object. This is a convenience method that creates an instance of theDeleteFileSystemLustreResponse.Builder
avoiding the need to create one manually viaDeleteFileSystemLustreResponse.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolustreResponse(DeleteFileSystemLustreResponse)
.- Parameters:
lustreResponse
- a consumer that will call methods onDeleteFileSystemLustreResponse.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
openZFSResponse
The response object for the OpenZFS file system that's being deleted in the
DeleteFileSystem
operation.- Parameters:
openZFSResponse
- The response object for the OpenZFS file system that's being deleted in theDeleteFileSystem
operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
openZFSResponse
default DeleteFileSystemResponse.Builder openZFSResponse(Consumer<DeleteFileSystemOpenZFSResponse.Builder> openZFSResponse) The response object for the OpenZFS file system that's being deleted in the
This is a convenience method that creates an instance of theDeleteFileSystem
operation.DeleteFileSystemOpenZFSResponse.Builder
avoiding the need to create one manually viaDeleteFileSystemOpenZFSResponse.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toopenZFSResponse(DeleteFileSystemOpenZFSResponse)
.- Parameters:
openZFSResponse
- a consumer that will call methods onDeleteFileSystemOpenZFSResponse.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-