public static interface DeleteFileSystemRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<DeleteFileSystemRequest.Builder,DeleteFileSystemRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteFileSystemRequest.Builder |
clientRequestToken(String clientRequestToken)
A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent deletion.
|
DeleteFileSystemRequest.Builder |
fileSystemId(String fileSystemId)
The ID of the file system that you want to delete.
|
default DeleteFileSystemRequest.Builder |
lustreConfiguration(Consumer<DeleteFileSystemLustreConfiguration.Builder> lustreConfiguration)
Sets the value of the LustreConfiguration property for this object.
|
DeleteFileSystemRequest.Builder |
lustreConfiguration(DeleteFileSystemLustreConfiguration lustreConfiguration)
Sets the value of the LustreConfiguration property for this object.
|
default DeleteFileSystemRequest.Builder |
openZFSConfiguration(Consumer<DeleteFileSystemOpenZFSConfiguration.Builder> openZFSConfiguration)
The configuration object for the OpenZFS file system used in the
DeleteFileSystem operation. |
DeleteFileSystemRequest.Builder |
openZFSConfiguration(DeleteFileSystemOpenZFSConfiguration openZFSConfiguration)
The configuration object for the OpenZFS file system used in the
DeleteFileSystem operation. |
DeleteFileSystemRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteFileSystemRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default DeleteFileSystemRequest.Builder |
windowsConfiguration(Consumer<DeleteFileSystemWindowsConfiguration.Builder> windowsConfiguration)
Sets the value of the WindowsConfiguration property for this object.
|
DeleteFileSystemRequest.Builder |
windowsConfiguration(DeleteFileSystemWindowsConfiguration windowsConfiguration)
Sets the value of the WindowsConfiguration property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteFileSystemRequest.Builder fileSystemId(String fileSystemId)
The ID of the file system that you want to delete.
fileSystemId - The ID of the file system that you want to delete.DeleteFileSystemRequest.Builder clientRequestToken(String clientRequestToken)
A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This token is automatically filled on your behalf when using the Command Line Interface (CLI) or an Amazon Web Services SDK.
clientRequestToken - A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This token
is automatically filled on your behalf when using the Command Line Interface (CLI) or an Amazon Web
Services SDK.DeleteFileSystemRequest.Builder windowsConfiguration(DeleteFileSystemWindowsConfiguration windowsConfiguration)
windowsConfiguration - The new value for the WindowsConfiguration property for this object.default DeleteFileSystemRequest.Builder windowsConfiguration(Consumer<DeleteFileSystemWindowsConfiguration.Builder> windowsConfiguration)
DeleteFileSystemWindowsConfiguration.Builder avoiding the need to create one manually via
DeleteFileSystemWindowsConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to windowsConfiguration(DeleteFileSystemWindowsConfiguration).
windowsConfiguration - a consumer that will call methods on DeleteFileSystemWindowsConfiguration.BuilderwindowsConfiguration(DeleteFileSystemWindowsConfiguration)DeleteFileSystemRequest.Builder lustreConfiguration(DeleteFileSystemLustreConfiguration lustreConfiguration)
lustreConfiguration - The new value for the LustreConfiguration property for this object.default DeleteFileSystemRequest.Builder lustreConfiguration(Consumer<DeleteFileSystemLustreConfiguration.Builder> lustreConfiguration)
DeleteFileSystemLustreConfiguration.Builder avoiding the need to create one manually via
DeleteFileSystemLustreConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to lustreConfiguration(DeleteFileSystemLustreConfiguration).
lustreConfiguration - a consumer that will call methods on DeleteFileSystemLustreConfiguration.BuilderlustreConfiguration(DeleteFileSystemLustreConfiguration)DeleteFileSystemRequest.Builder openZFSConfiguration(DeleteFileSystemOpenZFSConfiguration openZFSConfiguration)
The configuration object for the OpenZFS file system used in the DeleteFileSystem operation.
openZFSConfiguration - The configuration object for the OpenZFS file system used in the DeleteFileSystem
operation.default DeleteFileSystemRequest.Builder openZFSConfiguration(Consumer<DeleteFileSystemOpenZFSConfiguration.Builder> openZFSConfiguration)
The configuration object for the OpenZFS file system used in the DeleteFileSystem operation.
DeleteFileSystemOpenZFSConfiguration.Builder avoiding the need to create one manually via
DeleteFileSystemOpenZFSConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to openZFSConfiguration(DeleteFileSystemOpenZFSConfiguration).
openZFSConfiguration - a consumer that will call methods on DeleteFileSystemOpenZFSConfiguration.BuilderopenZFSConfiguration(DeleteFileSystemOpenZFSConfiguration)DeleteFileSystemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteFileSystemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.