Interface EfsFileLocation.Builder

    • Method Detail

      • fileSystemId

        EfsFileLocation.Builder fileSystemId​(String fileSystemId)

        The identifier of the file system, assigned by Amazon EFS.

        Parameters:
        fileSystemId - The identifier of the file system, assigned by Amazon EFS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • path

        EfsFileLocation.Builder path​(String path)

        The pathname for the folder being used by a workflow.

        Parameters:
        path - The pathname for the folder being used by a workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.