Interface DeleteFileCacheResponse.Builder

    • Method Detail

      • fileCacheId

        DeleteFileCacheResponse.Builder fileCacheId​(String fileCacheId)

        The ID of the cache that's being deleted.

        Parameters:
        fileCacheId - The ID of the cache that's being deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lifecycle

        DeleteFileCacheResponse.Builder lifecycle​(String lifecycle)

        The cache lifecycle for the deletion request. If the DeleteFileCache operation is successful, this status is DELETING.

        Parameters:
        lifecycle - The cache lifecycle for the deletion request. If the DeleteFileCache operation is successful, this status is DELETING.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FileCacheLifecycle, FileCacheLifecycle
      • lifecycle

        DeleteFileCacheResponse.Builder lifecycle​(FileCacheLifecycle lifecycle)

        The cache lifecycle for the deletion request. If the DeleteFileCache operation is successful, this status is DELETING.

        Parameters:
        lifecycle - The cache lifecycle for the deletion request. If the DeleteFileCache operation is successful, this status is DELETING.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FileCacheLifecycle, FileCacheLifecycle