Package | Description |
---|---|
com.oracle.bmc.usageapi.model |
Modifier and Type | Method and Description |
---|---|
static Schedule.Builder |
Schedule.builder()
Create a new builder.
|
Schedule.Builder |
Schedule.Builder.compartmentId(String compartmentId)
The customer tenancy.
|
Schedule.Builder |
Schedule.Builder.copy(Schedule model) |
Schedule.Builder |
Schedule.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Schedule.Builder |
Schedule.Builder.description(String description)
The description of the schedule.
|
Schedule.Builder |
Schedule.Builder.freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
Schedule.Builder |
Schedule.Builder.id(String id)
The OCID representing a unique shedule.
|
Schedule.Builder |
Schedule.Builder.lifecycleState(Schedule.LifecycleState lifecycleState)
The schedule lifecycle state.
|
Schedule.Builder |
Schedule.Builder.name(String name)
The unique name of the schedule created by the user.
|
Schedule.Builder |
Schedule.Builder.outputFileFormat(Schedule.OutputFileFormat outputFileFormat)
Specifies the supported output file format.
|
Schedule.Builder |
Schedule.Builder.queryProperties(QueryProperties queryProperties) |
Schedule.Builder |
Schedule.Builder.resultLocation(ResultLocation resultLocation) |
Schedule.Builder |
Schedule.Builder.savedReportId(String savedReportId)
The saved report ID which can also be used to generate a query.
|
Schedule.Builder |
Schedule.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.
|
Schedule.Builder |
Schedule.Builder.systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
Schedule.Builder |
Schedule.Builder.timeCreated(Date timeCreated)
The date and time the schedule was created.
|
Schedule.Builder |
Schedule.Builder.timeNextRun(Date timeNextRun)
The date and time of the next job execution.
|
Schedule.Builder |
Schedule.Builder.timeScheduled(Date timeScheduled)
The date and time of the first time job execution.
|
Schedule.Builder |
Schedule.toBuilder() |
Copyright © 2016–2024. All rights reserved.