Interface EfsFileLocation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EfsFileLocation.Builder,EfsFileLocation>, SdkBuilder<EfsFileLocation.Builder,EfsFileLocation>, SdkPojo
Enclosing class:
EfsFileLocation

public static interface EfsFileLocation.Builder extends SdkPojo, CopyableBuilder<EfsFileLocation.Builder,EfsFileLocation>
  • Method Details

    • 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

      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.