static Rule.Builder |
Rule.builder() |
Create a new builder.
|
Rule.Builder |
Rule.Builder.compartmentId(String compartmentId) |
Compartment Identifier [OCID]
(https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
Rule.Builder |
Rule.Builder.copy(Rule model) |
|
Rule.Builder |
Rule.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
Rule.Builder |
Rule.Builder.description(String description) |
Description for this resource.
|
Rule.Builder |
Rule.Builder.displayName(String displayName) |
The ingest time rule or scheduled task display name.
|
Rule.Builder |
Rule.Builder.freeformTags(Map<String,String> freeformTags) |
Simple key-value pair that is applied without any predefined name, type or scope.
|
Rule.Builder |
Rule.Builder.id(String id) |
The log analytics entity OCID.
|
Rule.Builder |
Rule.Builder.isEnabled(Boolean isEnabled) |
A flag indicating whether or not the ingest time rule or scheduled task is enabled.
|
Rule.Builder |
Rule.Builder.kind(RuleKind kind) |
The kind of rule - either an ingest time rule or a scheduled task.
|
Rule.Builder |
Rule.Builder.lastExecutionStatus(Rule.LastExecutionStatus lastExecutionStatus) |
The most recent task execution status.
|
Rule.Builder |
Rule.Builder.lifecycleState(ConfigLifecycleState lifecycleState) |
The current state of the logging analytics rule.
|
Rule.Builder |
Rule.Builder.targetService(String targetService) |
The target service.
|
Rule.Builder |
Rule.Builder.timeCreated(Date timeCreated) |
The date and time the resource was created, in the format defined by RFC3339.
|
Rule.Builder |
Rule.Builder.timeLastExecuted(Date timeLastExecuted) |
The date and time the scheduled task last executed, in the format defined by RFC3339.
|
Rule.Builder |
Rule.Builder.timeUpdated(Date timeUpdated) |
The date and time the resource was last updated, in the format defined by RFC3339.
|
Rule.Builder |
Rule.toBuilder() |
|