Class ImportRDBParameters
- java.lang.Object
-
- com.microsoft.azure.management.redis.ImportRDBParameters
-
public class ImportRDBParameters extends Object
Parameters for Redis import operation.
-
-
Constructor Summary
Constructors Constructor Description ImportRDBParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>files()Get the files value.Stringformat()Get the format value.ImportRDBParameterswithFiles(List<String> files)Set the files value.ImportRDBParameterswithFormat(String format)Set the format value.
-
-
-
Method Detail
-
format
public String format()
Get the format value.- Returns:
- the format value
-
withFormat
public ImportRDBParameters withFormat(String format)
Set the format value.- Parameters:
format- the format value to set- Returns:
- the ImportRDBParameters object itself.
-
withFiles
public ImportRDBParameters withFiles(List<String> files)
Set the files value.- Parameters:
files- the files value to set- Returns:
- the ImportRDBParameters object itself.
-
-