Class IngestTimeRuleMetricExtractionAction.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.model.IngestTimeRuleMetricExtractionAction.Builder
 
- 
- Enclosing class:
- IngestTimeRuleMetricExtractionAction
 
 public static class IngestTimeRuleMetricExtractionAction.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IngestTimeRuleMetricExtractionActionbuild()IngestTimeRuleMetricExtractionAction.BuildercompartmentId(String compartmentId)The compartment OCID (/iaas/Content/General/Concepts/identifiers.htm) of the extracted metric.IngestTimeRuleMetricExtractionAction.Buildercopy(IngestTimeRuleMetricExtractionAction model)IngestTimeRuleMetricExtractionAction.Builderdimensions(List<String> dimensions)Additional dimensions to publish for the extracted metric.IngestTimeRuleMetricExtractionAction.BuildermetricName(String metricName)The metric name of the extracted metric.IngestTimeRuleMetricExtractionAction.Buildernamespace(String namespace)The namespace of the extracted metric.IngestTimeRuleMetricExtractionAction.BuilderresourceGroup(String resourceGroup)The resourceGroup of the extracted metric.
 
- 
- 
- 
Method Detail- 
compartmentIdpublic IngestTimeRuleMetricExtractionAction.Builder compartmentId(String compartmentId) The compartment OCID (/iaas/Content/General/Concepts/identifiers.htm) of the extracted metric.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
namespacepublic IngestTimeRuleMetricExtractionAction.Builder namespace(String namespace) The namespace of the extracted metric.A valid value starts with an alphabetical character and includes only alphanumeric characters and underscores (_). - Parameters:
- namespace- the value to set
- Returns:
- this builder
 
 - 
metricNamepublic IngestTimeRuleMetricExtractionAction.Builder metricName(String metricName) The metric name of the extracted metric.A valid value starts with an alphabetical character and includes only alphanumeric characters, periods (.), underscores (_), hyphens (-), and dollar signs ($). - Parameters:
- metricName- the value to set
- Returns:
- this builder
 
 - 
resourceGrouppublic IngestTimeRuleMetricExtractionAction.Builder resourceGroup(String resourceGroup) The resourceGroup of the extracted metric.A valid value starts with an alphabetical character and includes only alphanumeric characters, periods (.), underscores (_), hyphens (-), and dollar signs ($). - Parameters:
- resourceGroup- the value to set
- Returns:
- this builder
 
 - 
dimensionspublic IngestTimeRuleMetricExtractionAction.Builder dimensions(List<String> dimensions) Additional dimensions to publish for the extracted metric.A valid list contains the source field names whose values are to be published as dimensions. The source name itself is specified using a special macro SOURCE_NAME - Parameters:
- dimensions- the value to set
- Returns:
- this builder
 
 - 
buildpublic IngestTimeRuleMetricExtractionAction build() 
 - 
copypublic IngestTimeRuleMetricExtractionAction.Builder copy(IngestTimeRuleMetricExtractionAction model) 
 
- 
 
-