Class ExportClusterParameters


  • public final class ExportClusterParameters
    extends Object
    Export an RDB file into a target database Parameters for a Redis Enterprise export operation.
    • Constructor Detail

      • ExportClusterParameters

        public ExportClusterParameters()
    • Method Detail

      • sasUri

        public String sasUri()
        Get the sasUri property: SAS URI for the target directory to export to.
        Returns:
        the sasUri value.
      • withSasUri

        public ExportClusterParameters withSasUri​(String sasUri)
        Set the sasUri property: SAS URI for the target directory to export to.
        Parameters:
        sasUri - the sasUri value to set.
        Returns:
        the ExportClusterParameters object itself.
      • validate

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