Class ImportClusterParameters


  • public final class ImportClusterParameters
    extends Object
    Import RDB files into a target database Parameters for a Redis Enterprise import operation.
    • Constructor Detail

      • ImportClusterParameters

        public ImportClusterParameters()
    • Method Detail

      • sasUris

        public List<String> sasUris()
        Get the sasUris property: SAS URIs for the target blobs to import from.
        Returns:
        the sasUris value.
      • withSasUris

        public ImportClusterParameters withSasUris​(List<String> sasUris)
        Set the sasUris property: SAS URIs for the target blobs to import from.
        Parameters:
        sasUris - the sasUris value to set.
        Returns:
        the ImportClusterParameters object itself.
      • validate

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