Interface FsxProtocol.Builder

  • Method Details

    • nfs

      Specifies the Network File System (NFS) protocol configuration that DataSync uses to access your FSx for OpenZFS file system or FSx for ONTAP file system's storage virtual machine (SVM).

      Parameters:
      nfs - Specifies the Network File System (NFS) protocol configuration that DataSync uses to access your FSx for OpenZFS file system or FSx for ONTAP file system's storage virtual machine (SVM).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nfs

      Specifies the Network File System (NFS) protocol configuration that DataSync uses to access your FSx for OpenZFS file system or FSx for ONTAP file system's storage virtual machine (SVM).

      This is a convenience method that creates an instance of the FsxProtocolNfs.Builder avoiding the need to create one manually via FsxProtocolNfs.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to nfs(FsxProtocolNfs).

      Parameters:
      nfs - a consumer that will call methods on FsxProtocolNfs.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • smb

      Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for ONTAP file system's SVM.

      Parameters:
      smb - Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for ONTAP file system's SVM.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • smb

      Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for ONTAP file system's SVM.

      This is a convenience method that creates an instance of the FsxProtocolSmb.Builder avoiding the need to create one manually via FsxProtocolSmb.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to smb(FsxProtocolSmb).

      Parameters:
      smb - a consumer that will call methods on FsxProtocolSmb.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: