public static final class PrecheckReportTypes.Result.Builder
extends java.lang.Object
PrecheckReportTypes.Result
.Constructor and Description |
---|
Builder(PrecheckReportTypes.Report report)
Constructor with parameters for the required properties of
PrecheckReportTypes.Result . |
Modifier and Type | Method and Description |
---|---|
PrecheckReportTypes.Result |
build() |
PrecheckReportTypes.Result.Builder |
setCsvReport(java.lang.String csvReport)
The identifier of CSV formatted precheck report.
|
public Builder(PrecheckReportTypes.Report report)
PrecheckReportTypes.Result
.public PrecheckReportTypes.Result.Builder setCsvReport(java.lang.String csvReport)
com.vmware.vcenter.lcm.report#get
provides location where the CSV report can be
downloaded from based on the csvReport
.
null
in case of errors
reported in PrecheckReportTypes.Report.getIssues()
.csvReport
- New value for the property.
When clients pass a value of this class as a parameter, the property must be an
identifier for the resource type: com.vmware.vcenter.lcm.report
. When
methods return a value of this class as a return value, the property will be an
identifier for the resource type: com.vmware.vcenter.lcm.report
.public PrecheckReportTypes.Result build()