Package com.oracle.bmc.datasafe.model
Class DownloadSecurityAssessmentReportDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.DownloadSecurityAssessmentReportDetails.Builder
-
- Enclosing class:
- DownloadSecurityAssessmentReportDetails
public static class DownloadSecurityAssessmentReportDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DownloadSecurityAssessmentReportDetails
build()
DownloadSecurityAssessmentReportDetails.Builder
copy(DownloadSecurityAssessmentReportDetails model)
DownloadSecurityAssessmentReportDetails.Builder
format(DownloadSecurityAssessmentReportDetails.Format format)
Format of the report.
-
-
-
Method Detail
-
format
public DownloadSecurityAssessmentReportDetails.Builder format(DownloadSecurityAssessmentReportDetails.Format format)
Format of the report.- Parameters:
format
- the value to set- Returns:
- this builder
-
build
public DownloadSecurityAssessmentReportDetails build()
-
copy
public DownloadSecurityAssessmentReportDetails.Builder copy(DownloadSecurityAssessmentReportDetails model)
-
-