Interface DisassociateFileSystemRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DisassociateFileSystemRequest.Builder,DisassociateFileSystemRequest>, SdkBuilder<DisassociateFileSystemRequest.Builder,DisassociateFileSystemRequest>, SdkPojo, SdkRequest.Builder, StorageGatewayRequest.Builder
Enclosing class:
DisassociateFileSystemRequest

  • Method Details

    • fileSystemAssociationARN

      DisassociateFileSystemRequest.Builder fileSystemAssociationARN(String fileSystemAssociationARN)

      The Amazon Resource Name (ARN) of the file system association to be deleted.

      Parameters:
      fileSystemAssociationARN - The Amazon Resource Name (ARN) of the file system association to be deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DisassociateFileSystemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.