public static interface DisassociateFileSystemRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<DisassociateFileSystemRequest.Builder,DisassociateFileSystemRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateFileSystemRequest.Builder |
fileSystemAssociationARN(String fileSystemAssociationARN)
The Amazon Resource Name (ARN) of the file system association to be deleted.
|
DisassociateFileSystemRequest.Builder |
forceDelete(Boolean forceDelete)
If this value is set to true, the operation disassociates an Amazon FSx file system immediately.
|
DisassociateFileSystemRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateFileSystemRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateFileSystemRequest.Builder fileSystemAssociationARN(String fileSystemAssociationARN)
The Amazon Resource Name (ARN) of the file system association to be deleted.
fileSystemAssociationARN - The Amazon Resource Name (ARN) of the file system association to be deleted.DisassociateFileSystemRequest.Builder forceDelete(Boolean forceDelete)
If this value is set to true, the operation disassociates an Amazon FSx file system immediately. It ends all
data uploads to the file system, and the file system association enters the FORCE_DELETING
status. If this value is set to false, the Amazon FSx file system does not disassociate until all data is
uploaded.
forceDelete - If this value is set to true, the operation disassociates an Amazon FSx file system immediately. It
ends all data uploads to the file system, and the file system association enters the
FORCE_DELETING status. If this value is set to false, the Amazon FSx file system does not
disassociate until all data is uploaded.DisassociateFileSystemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisassociateFileSystemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.