public final class ImportRdbParameters extends Object
| Constructor and Description |
|---|
ImportRdbParameters() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
files()
Get the files property: files to import.
|
String |
format()
Get the format property: File format.
|
void |
validate()
Validates the instance.
|
ImportRdbParameters |
withFiles(List<String> files)
Set the files property: files to import.
|
ImportRdbParameters |
withFormat(String format)
Set the format property: File format.
|
public String format()
public ImportRdbParameters withFormat(String format)
format - the format value to set.public List<String> files()
public ImportRdbParameters withFiles(List<String> files)
files - the files value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.