Package com.oracle.bmc.opsi.model
Class AwrReport.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.AwrReport.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AwrReport
build()
AwrReport.Builder
content(String content)
The content of the report.AwrReport.Builder
copy(AwrReport model)
AwrReport.Builder
format(AwrReportFormatType format)
The format of the report.
-
-
-
Method Detail
-
content
public AwrReport.Builder content(String content)
The content of the report.- Parameters:
content
- the value to set- Returns:
- this builder
-
format
public AwrReport.Builder format(AwrReportFormatType format)
The format of the report.- Parameters:
format
- the value to set- Returns:
- this builder
-
build
public AwrReport build()
-
copy
public AwrReport.Builder copy(AwrReport model)
-
-