Class AwrDbReport.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.AwrDbReport.Builder
-
- Enclosing class:
- AwrDbReport
public static class AwrDbReport.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AwrDbReport
build()
AwrDbReport.Builder
content(String content)
The content of the report.AwrDbReport.Builder
copy(AwrDbReport model)
AwrDbReport.Builder
dbQueryTimeInSecs(Double dbQueryTimeInSecs)
AwrDbReport.Builder
format(AwrDbReport.Format format)
The format of the report.AwrDbReport.Builder
name(String name)
AwrDbReport.Builder
queryKey(String queryKey)
AwrDbReport.Builder
version(String version)
-
-
-
Method Detail
-
name
public AwrDbReport.Builder name(String name)
-
version
public AwrDbReport.Builder version(String version)
-
queryKey
public AwrDbReport.Builder queryKey(String queryKey)
-
dbQueryTimeInSecs
public AwrDbReport.Builder dbQueryTimeInSecs(Double dbQueryTimeInSecs)
-
content
public AwrDbReport.Builder content(String content)
The content of the report.- Parameters:
content
- the value to set- Returns:
- this builder
-
format
public AwrDbReport.Builder format(AwrDbReport.Format format)
The format of the report.- Parameters:
format
- the value to set- Returns:
- this builder
-
build
public AwrDbReport build()
-
copy
public AwrDbReport.Builder copy(AwrDbReport model)
-
-