public static interface DeleteFileSystemRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<DeleteFileSystemRequest.Builder,DeleteFileSystemRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteFileSystemRequest.Builder fileSystemId(String fileSystemId)
The ID of the file system you want to delete.
fileSystemId - The ID of the file system you want to delete.DeleteFileSystemRequest.Builder clientRequestToken(String clientRequestToken)
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This is automatically filled on your behalf when using the AWS CLI or SDK.
clientRequestToken - A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This is
automatically filled on your behalf when using the AWS CLI or 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteFileSystemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.