Package com.oracle.bmc.opsi.model
Class AwrReport.Builder
- java.lang.Object
- 
- com.oracle.bmc.opsi.model.AwrReport.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AwrReportbuild()AwrReport.Buildercontent(String content)The content of the report.AwrReport.Buildercopy(AwrReport model)AwrReport.Builderformat(AwrReportFormatType format)The format of the report.
 
- 
- 
- 
Method Detail- 
contentpublic AwrReport.Builder content(String content) The content of the report.- Parameters:
- content- the value to set
- Returns:
- this builder
 
 - 
formatpublic AwrReport.Builder format(AwrReportFormatType format) The format of the report.- Parameters:
- format- the value to set
- Returns:
- this builder
 
 - 
buildpublic AwrReport build() 
 - 
copypublic AwrReport.Builder copy(AwrReport model) 
 
- 
 
-