public static class CreateScheduleDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateScheduleDetails |
build() |
CreateScheduleDetails.Builder |
compartmentId(String compartmentId)
The customer tenancy.
|
CreateScheduleDetails.Builder |
copy(CreateScheduleDetails model) |
CreateScheduleDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateScheduleDetails.Builder |
description(String description)
The description of the schedule.
|
CreateScheduleDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
CreateScheduleDetails.Builder |
name(String name)
The unique name of the user-created schedule.
|
CreateScheduleDetails.Builder |
outputFileFormat(CreateScheduleDetails.OutputFileFormat outputFileFormat)
Specifies the supported output file format.
|
CreateScheduleDetails.Builder |
queryProperties(QueryProperties queryProperties) |
CreateScheduleDetails.Builder |
resultLocation(ResultLocation resultLocation) |
CreateScheduleDetails.Builder |
savedReportId(String savedReportId)
The saved report ID which can also be used to generate a query.
|
CreateScheduleDetails.Builder |
scheduleRecurrences(String scheduleRecurrences)
Specifies the frequency according to when the schedule will be run, in the
x-obmcs-recurring-time format described in RFC 5545 section
3.3.10.
|
CreateScheduleDetails.Builder |
timeScheduled(Date timeScheduled)
The date and time of the first time job execution.
|
public CreateScheduleDetails.Builder name(String name)
The unique name of the user-created schedule.
name
- the value to setpublic CreateScheduleDetails.Builder compartmentId(String compartmentId)
The customer tenancy.
compartmentId
- the value to setpublic CreateScheduleDetails.Builder description(String description)
The description of the schedule.
description
- the value to setpublic CreateScheduleDetails.Builder outputFileFormat(CreateScheduleDetails.OutputFileFormat outputFileFormat)
Specifies the supported output file format.
outputFileFormat
- the value to setpublic CreateScheduleDetails.Builder savedReportId(String savedReportId)
The saved report ID which can also be used to generate a query.
savedReportId
- the value to setpublic CreateScheduleDetails.Builder resultLocation(ResultLocation resultLocation)
public CreateScheduleDetails.Builder scheduleRecurrences(String scheduleRecurrences)
Specifies the frequency according to when the schedule will be run, in the x-obmcs-recurring-time format described in RFC 5545 section 3.3.10. Supported values are : ONE_TIME, DAILY, WEEKLY and MONTHLY.
scheduleRecurrences
- the value to setpublic CreateScheduleDetails.Builder timeScheduled(Date timeScheduled)
The date and time of the first time job execution.
timeScheduled
- the value to setpublic CreateScheduleDetails.Builder queryProperties(QueryProperties queryProperties)
public CreateScheduleDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. See Resource
Tags. Example:
{"bar-key": "value"}
freeformTags
- the value to setpublic CreateScheduleDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. See
Resource Tags.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic CreateScheduleDetails build()
public CreateScheduleDetails.Builder copy(CreateScheduleDetails model)
Copyright © 2016–2024. All rights reserved.