Interface PutFileSystemPolicyResponse.Builder

    • Method Detail

      • fileSystemId

        PutFileSystemPolicyResponse.Builder fileSystemId​(String fileSystemId)

        Specifies the EFS file system to which the FileSystemPolicy applies.

        Parameters:
        fileSystemId - Specifies the EFS file system to which the FileSystemPolicy applies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policy

        PutFileSystemPolicyResponse.Builder policy​(String policy)

        The JSON formatted FileSystemPolicy for the EFS file system.

        Parameters:
        policy - The JSON formatted FileSystemPolicy for the EFS file system.
        Returns:
        Returns a reference to this object so that method calls can be chained together.