Interface PutFileSystemPolicyResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<PutFileSystemPolicyResponse.Builder,PutFileSystemPolicyResponse>, EfsResponse.Builder, SdkBuilder<PutFileSystemPolicyResponse.Builder,PutFileSystemPolicyResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
PutFileSystemPolicyResponse

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

    • 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

      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.