public static class ScheduleReportDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ScheduleReportDetails |
build() |
ScheduleReportDetails.Builder |
compartmentId(String compartmentId)
The OCID of the compartment in which the resource should be created.
|
ScheduleReportDetails.Builder |
copy(ScheduleReportDetails model) |
ScheduleReportDetails.Builder |
displayName(String displayName)
The name of the report to be scheduled
|
ScheduleReportDetails.Builder |
mimeType(ScheduleReportDetails.MimeType mimeType)
Specifies if the report will be in .xls or .pdf or .json format
|
ScheduleReportDetails.Builder |
reportDetails(ReportDetails reportDetails) |
ScheduleReportDetails.Builder |
schedule(String schedule)
The schedule to generate the report periodically in the specified format:
|
public ScheduleReportDetails.Builder displayName(String displayName)
The name of the report to be scheduled
displayName
- the value to setpublic ScheduleReportDetails.Builder schedule(String schedule)
The schedule to generate the report periodically in the specified format:
Allowed version strings - "v1" v1's version specific schedule -
schedule
- the value to setpublic ScheduleReportDetails.Builder mimeType(ScheduleReportDetails.MimeType mimeType)
Specifies if the report will be in .xls or .pdf or .json format
mimeType
- the value to setpublic ScheduleReportDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment in which the resource should be created.
compartmentId
- the value to setpublic ScheduleReportDetails.Builder reportDetails(ReportDetails reportDetails)
public ScheduleReportDetails build()
public ScheduleReportDetails.Builder copy(ScheduleReportDetails model)
Copyright © 2016–2024. All rights reserved.