Class AzureFileFilterDetails

java.lang.Object
com.azure.resourcemanager.databox.models.AzureFileFilterDetails

public final class AzureFileFilterDetails extends Object
Filter details to transfer Azure files.
  • Constructor Details

    • AzureFileFilterDetails

      public AzureFileFilterDetails()
      Creates an instance of AzureFileFilterDetails class.
  • Method Details

    • filePrefixList

      public List<String> filePrefixList()
      Get the filePrefixList property: Prefix list of the Azure files to be transferred.
      Returns:
      the filePrefixList value.
    • withFilePrefixList

      public AzureFileFilterDetails withFilePrefixList(List<String> filePrefixList)
      Set the filePrefixList property: Prefix list of the Azure files to be transferred.
      Parameters:
      filePrefixList - the filePrefixList value to set.
      Returns:
      the AzureFileFilterDetails object itself.
    • filePathList

      public List<String> filePathList()
      Get the filePathList property: List of full path of the files to be transferred.
      Returns:
      the filePathList value.
    • withFilePathList

      public AzureFileFilterDetails withFilePathList(List<String> filePathList)
      Set the filePathList property: List of full path of the files to be transferred.
      Parameters:
      filePathList - the filePathList value to set.
      Returns:
      the AzureFileFilterDetails object itself.
    • fileShareList

      public List<String> fileShareList()
      Get the fileShareList property: List of file shares to be transferred.
      Returns:
      the fileShareList value.
    • withFileShareList

      public AzureFileFilterDetails withFileShareList(List<String> fileShareList)
      Set the fileShareList property: List of file shares to be transferred.
      Parameters:
      fileShareList - the fileShareList value to set.
      Returns:
      the AzureFileFilterDetails object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.