public final class ExportRdbParameters extends Object
| Constructor and Description |
|---|
ExportRdbParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
container()
Get the container property: Container name to export to.
|
String |
format()
Get the format property: File format.
|
String |
prefix()
Get the prefix property: Prefix to use for exported files.
|
void |
validate()
Validates the instance.
|
ExportRdbParameters |
withContainer(String container)
Set the container property: Container name to export to.
|
ExportRdbParameters |
withFormat(String format)
Set the format property: File format.
|
ExportRdbParameters |
withPrefix(String prefix)
Set the prefix property: Prefix to use for exported files.
|
public String format()
public ExportRdbParameters withFormat(String format)
format - the format value to set.public String prefix()
public ExportRdbParameters withPrefix(String prefix)
prefix - the prefix value to set.public String container()
public ExportRdbParameters withContainer(String container)
container - the container value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.