Interface DeleteFileSystemRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteFileSystemRequest.Builder,DeleteFileSystemRequest>,FSxRequest.Builder,SdkBuilder<DeleteFileSystemRequest.Builder,DeleteFileSystemRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteFileSystemRequest
public static interface DeleteFileSystemRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<DeleteFileSystemRequest.Builder,DeleteFileSystemRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DeleteFileSystemRequest.BuilderclientRequestToken(String clientRequestToken)A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent deletion.DeleteFileSystemRequest.BuilderfileSystemId(String fileSystemId)The ID of the file system that you want to delete.default DeleteFileSystemRequest.BuilderlustreConfiguration(Consumer<DeleteFileSystemLustreConfiguration.Builder> lustreConfiguration)Sets the value of the LustreConfiguration property for this object.DeleteFileSystemRequest.BuilderlustreConfiguration(DeleteFileSystemLustreConfiguration lustreConfiguration)Sets the value of the LustreConfiguration property for this object.default DeleteFileSystemRequest.BuilderopenZFSConfiguration(Consumer<DeleteFileSystemOpenZFSConfiguration.Builder> openZFSConfiguration)The configuration object for the OpenZFS file system used in theDeleteFileSystemoperation.DeleteFileSystemRequest.BuilderopenZFSConfiguration(DeleteFileSystemOpenZFSConfiguration openZFSConfiguration)The configuration object for the OpenZFS file system used in theDeleteFileSystemoperation.DeleteFileSystemRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteFileSystemRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default DeleteFileSystemRequest.BuilderwindowsConfiguration(Consumer<DeleteFileSystemWindowsConfiguration.Builder> windowsConfiguration)Sets the value of the WindowsConfiguration property for this object.DeleteFileSystemRequest.BuilderwindowsConfiguration(DeleteFileSystemWindowsConfiguration windowsConfiguration)Sets the value of the WindowsConfiguration property for this object.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.fsx.model.FSxRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
fileSystemId
DeleteFileSystemRequest.Builder fileSystemId(String fileSystemId)
The ID of the file system that you want to delete.
- Parameters:
fileSystemId- The ID of the file system that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
windowsConfiguration
DeleteFileSystemRequest.Builder windowsConfiguration(DeleteFileSystemWindowsConfiguration windowsConfiguration)
Sets the value of the WindowsConfiguration property for this object.- Parameters:
windowsConfiguration- The new value for the WindowsConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
windowsConfiguration
default DeleteFileSystemRequest.Builder windowsConfiguration(Consumer<DeleteFileSystemWindowsConfiguration.Builder> windowsConfiguration)
Sets the value of the WindowsConfiguration property for this object. This is a convenience method that creates an instance of theDeleteFileSystemWindowsConfiguration.Builderavoiding the need to create one manually viaDeleteFileSystemWindowsConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed towindowsConfiguration(DeleteFileSystemWindowsConfiguration).- Parameters:
windowsConfiguration- a consumer that will call methods onDeleteFileSystemWindowsConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
windowsConfiguration(DeleteFileSystemWindowsConfiguration)
-
lustreConfiguration
DeleteFileSystemRequest.Builder lustreConfiguration(DeleteFileSystemLustreConfiguration lustreConfiguration)
Sets the value of the LustreConfiguration property for this object.- Parameters:
lustreConfiguration- The new value for the LustreConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lustreConfiguration
default DeleteFileSystemRequest.Builder lustreConfiguration(Consumer<DeleteFileSystemLustreConfiguration.Builder> lustreConfiguration)
Sets the value of the LustreConfiguration property for this object. This is a convenience method that creates an instance of theDeleteFileSystemLustreConfiguration.Builderavoiding the need to create one manually viaDeleteFileSystemLustreConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolustreConfiguration(DeleteFileSystemLustreConfiguration).- Parameters:
lustreConfiguration- a consumer that will call methods onDeleteFileSystemLustreConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
lustreConfiguration(DeleteFileSystemLustreConfiguration)
-
openZFSConfiguration
DeleteFileSystemRequest.Builder openZFSConfiguration(DeleteFileSystemOpenZFSConfiguration openZFSConfiguration)
The configuration object for the OpenZFS file system used in the
DeleteFileSystemoperation.- Parameters:
openZFSConfiguration- The configuration object for the OpenZFS file system used in theDeleteFileSystemoperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
openZFSConfiguration
default DeleteFileSystemRequest.Builder openZFSConfiguration(Consumer<DeleteFileSystemOpenZFSConfiguration.Builder> openZFSConfiguration)
The configuration object for the OpenZFS file system used in the
This is a convenience method that creates an instance of theDeleteFileSystemoperation.DeleteFileSystemOpenZFSConfiguration.Builderavoiding the need to create one manually viaDeleteFileSystemOpenZFSConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toopenZFSConfiguration(DeleteFileSystemOpenZFSConfiguration).- Parameters:
openZFSConfiguration- a consumer that will call methods onDeleteFileSystemOpenZFSConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
openZFSConfiguration(DeleteFileSystemOpenZFSConfiguration)
-
overrideConfiguration
DeleteFileSystemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteFileSystemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-