Interface EfsFileSystemConfiguration.Builder

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

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

    • fileSystemPolicy

      EfsFileSystemConfiguration.Builder fileSystemPolicy(String fileSystemPolicy)

      The JSON policy definition to apply to the Amazon EFS file system. For more information on the elements that make up a file system policy, see Amazon EFS Resource-based policies.

      Parameters:
      fileSystemPolicy - The JSON policy definition to apply to the Amazon EFS file system. For more information on the elements that make up a file system policy, see Amazon EFS Resource-based policies.
      Returns:
      Returns a reference to this object so that method calls can be chained together.