Package com.oracle.bmc.mysql.model
Class ExportOptions.Builder
- java.lang.Object
-
- com.oracle.bmc.mysql.model.ExportOptions.Builder
-
- Enclosing class:
- ExportOptions
public static class ExportOptions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExportOptionsbuild()ExportOptions.BuildercompressionOptions(CompressionOptions compressionOptions)ExportOptions.Buildercopy(ExportOptions model)ExportOptions.BuilderdataFormat(ExportOptions.DataFormat dataFormat)The format used for storing data.ExportOptions.BuilderfolderName(String folderName)The name of the folder in the Object Storage bucket where the dump files will be stored.
-
-
-
Method Detail
-
compressionOptions
public ExportOptions.Builder compressionOptions(CompressionOptions compressionOptions)
-
dataFormat
public ExportOptions.Builder dataFormat(ExportOptions.DataFormat dataFormat)
The format used for storing data.- Parameters:
dataFormat- the value to set- Returns:
- this builder
-
folderName
public ExportOptions.Builder folderName(String folderName)
The name of the folder in the Object Storage bucket where the dump files will be stored.A folder with the same name must not exist in the bucket. The folder will be created in the export process.
- Parameters:
folderName- the value to set- Returns:
- this builder
-
build
public ExportOptions build()
-
copy
public ExportOptions.Builder copy(ExportOptions model)
-
-