Interface EvictFilesFailingUploadRequest.Builder

  • Method Details

    • fileShareARN

      EvictFilesFailingUploadRequest.Builder fileShareARN(String fileShareARN)

      The Amazon Resource Name (ARN) of the file share for which you want to start the cache clean operation.

      Parameters:
      fileShareARN - The Amazon Resource Name (ARN) of the file share for which you want to start the cache clean operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • forceRemove

      Specifies whether cache entries with full or partial file data currently stored on the gateway will be forcibly removed by the cache clean operation.

      Valid arguments:

      • False - The cache clean operation skips cache entries failing upload if they are associated with data currently stored on the gateway. This preserves the cached data.

      • True - The cache clean operation removes cache entries failing upload even if they are associated with data currently stored on the gateway. This deletes the cached data.

        If ForceRemove is set to True, the cache clean operation will delete file data from the gateway which might otherwise be recoverable.

      Parameters:
      forceRemove - Specifies whether cache entries with full or partial file data currently stored on the gateway will be forcibly removed by the cache clean operation.

      Valid arguments:

      • False - The cache clean operation skips cache entries failing upload if they are associated with data currently stored on the gateway. This preserves the cached data.

      • True - The cache clean operation removes cache entries failing upload even if they are associated with data currently stored on the gateway. This deletes the cached data.

        If ForceRemove is set to True, the cache clean operation will delete file data from the gateway which might otherwise be recoverable.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      EvictFilesFailingUploadRequest.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.