Interface EfsStorageConfiguration.Builder

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

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

    • fileSystemId

      EfsStorageConfiguration.Builder fileSystemId(String fileSystemId)

      The file system identifier.

      Parameters:
      fileSystemId - The file system identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mountPoint

      EfsStorageConfiguration.Builder mountPoint(String mountPoint)

      The mount point for the file system.

      Parameters:
      mountPoint - The mount point for the file system.
      Returns:
      Returns a reference to this object so that method calls can be chained together.