public static interface DescribeMetricSetResponse.Builder extends LookoutMetricsResponse.Builder, SdkPojo, CopyableBuilder<DescribeMetricSetResponse.Builder,DescribeMetricSetResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeMetricSetResponse.Builder |
anomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector that contains the dataset.
|
DescribeMetricSetResponse.Builder |
creationTime(Instant creationTime)
The time at which the dataset was created.
|
DescribeMetricSetResponse.Builder |
dimensionFilterList(Collection<MetricSetDimensionFilter> dimensionFilterList)
The dimensions and their values that were used to filter the dataset.
|
DescribeMetricSetResponse.Builder |
dimensionFilterList(Consumer<MetricSetDimensionFilter.Builder>... dimensionFilterList)
The dimensions and their values that were used to filter the dataset.
|
DescribeMetricSetResponse.Builder |
dimensionFilterList(MetricSetDimensionFilter... dimensionFilterList)
The dimensions and their values that were used to filter the dataset.
|
DescribeMetricSetResponse.Builder |
dimensionList(Collection<String> dimensionList)
A list of the dimensions chosen for analysis.
|
DescribeMetricSetResponse.Builder |
dimensionList(String... dimensionList)
A list of the dimensions chosen for analysis.
|
DescribeMetricSetResponse.Builder |
lastModificationTime(Instant lastModificationTime)
The time at which the dataset was last modified.
|
DescribeMetricSetResponse.Builder |
metricList(Collection<Metric> metricList)
A list of the metrics defined by the dataset.
|
DescribeMetricSetResponse.Builder |
metricList(Consumer<Metric.Builder>... metricList)
A list of the metrics defined by the dataset.
|
DescribeMetricSetResponse.Builder |
metricList(Metric... metricList)
A list of the metrics defined by the dataset.
|
DescribeMetricSetResponse.Builder |
metricSetArn(String metricSetArn)
The ARN of the dataset.
|
DescribeMetricSetResponse.Builder |
metricSetDescription(String metricSetDescription)
The dataset's description.
|
DescribeMetricSetResponse.Builder |
metricSetFrequency(Frequency metricSetFrequency)
The interval at which the data will be analyzed for anomalies.
|
DescribeMetricSetResponse.Builder |
metricSetFrequency(String metricSetFrequency)
The interval at which the data will be analyzed for anomalies.
|
DescribeMetricSetResponse.Builder |
metricSetName(String metricSetName)
The name of the dataset.
|
default DescribeMetricSetResponse.Builder |
metricSource(Consumer<MetricSource.Builder> metricSource)
Contains information about the dataset's source data.
|
DescribeMetricSetResponse.Builder |
metricSource(MetricSource metricSource)
Contains information about the dataset's source data.
|
DescribeMetricSetResponse.Builder |
offset(Integer offset)
After an interval ends, the amount of seconds that the detector waits before importing data.
|
default DescribeMetricSetResponse.Builder |
timestampColumn(Consumer<TimestampColumn.Builder> timestampColumn)
Contains information about the column used for tracking time in your source data.
|
DescribeMetricSetResponse.Builder |
timestampColumn(TimestampColumn timestampColumn)
Contains information about the column used for tracking time in your source data.
|
DescribeMetricSetResponse.Builder |
timezone(String timezone)
The time zone in which the dataset's data was recorded.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeMetricSetResponse.Builder metricSetArn(String metricSetArn)
The ARN of the dataset.
metricSetArn - The ARN of the dataset.DescribeMetricSetResponse.Builder anomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector that contains the dataset.
anomalyDetectorArn - The ARN of the detector that contains the dataset.DescribeMetricSetResponse.Builder metricSetName(String metricSetName)
The name of the dataset.
metricSetName - The name of the dataset.DescribeMetricSetResponse.Builder metricSetDescription(String metricSetDescription)
The dataset's description.
metricSetDescription - The dataset's description.DescribeMetricSetResponse.Builder creationTime(Instant creationTime)
The time at which the dataset was created.
creationTime - The time at which the dataset was created.DescribeMetricSetResponse.Builder lastModificationTime(Instant lastModificationTime)
The time at which the dataset was last modified.
lastModificationTime - The time at which the dataset was last modified.DescribeMetricSetResponse.Builder offset(Integer offset)
After an interval ends, the amount of seconds that the detector waits before importing data. Offset is only supported for S3, Redshift, Athena and datasources.
offset - After an interval ends, the amount of seconds that the detector waits before importing data. Offset is
only supported for S3, Redshift, Athena and datasources.DescribeMetricSetResponse.Builder metricList(Collection<Metric> metricList)
A list of the metrics defined by the dataset.
metricList - A list of the metrics defined by the dataset.DescribeMetricSetResponse.Builder metricList(Metric... metricList)
A list of the metrics defined by the dataset.
metricList - A list of the metrics defined by the dataset.DescribeMetricSetResponse.Builder metricList(Consumer<Metric.Builder>... metricList)
A list of the metrics defined by the dataset.
This is a convenience method that creates an instance of theMetric.Builder avoiding the need to create one
manually via Metric.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #metricList(List.
metricList - a consumer that will call methods on
Metric.Builder#metricList(java.util.Collection) DescribeMetricSetResponse.Builder timestampColumn(TimestampColumn timestampColumn)
Contains information about the column used for tracking time in your source data.
timestampColumn - Contains information about the column used for tracking time in your source data.default DescribeMetricSetResponse.Builder timestampColumn(Consumer<TimestampColumn.Builder> timestampColumn)
Contains information about the column used for tracking time in your source data.
This is a convenience method that creates an instance of theTimestampColumn.Builder avoiding the
need to create one manually via TimestampColumn.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to timestampColumn(TimestampColumn).
timestampColumn - a consumer that will call methods on TimestampColumn.BuildertimestampColumn(TimestampColumn)DescribeMetricSetResponse.Builder dimensionList(Collection<String> dimensionList)
A list of the dimensions chosen for analysis.
dimensionList - A list of the dimensions chosen for analysis.DescribeMetricSetResponse.Builder dimensionList(String... dimensionList)
A list of the dimensions chosen for analysis.
dimensionList - A list of the dimensions chosen for analysis.DescribeMetricSetResponse.Builder metricSetFrequency(String metricSetFrequency)
The interval at which the data will be analyzed for anomalies.
DescribeMetricSetResponse.Builder metricSetFrequency(Frequency metricSetFrequency)
The interval at which the data will be analyzed for anomalies.
DescribeMetricSetResponse.Builder timezone(String timezone)
The time zone in which the dataset's data was recorded.
timezone - The time zone in which the dataset's data was recorded.DescribeMetricSetResponse.Builder metricSource(MetricSource metricSource)
Contains information about the dataset's source data.
metricSource - Contains information about the dataset's source data.default DescribeMetricSetResponse.Builder metricSource(Consumer<MetricSource.Builder> metricSource)
Contains information about the dataset's source data.
This is a convenience method that creates an instance of theMetricSource.Builder avoiding the need
to create one manually via MetricSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to metricSource(MetricSource).
metricSource - a consumer that will call methods on MetricSource.BuildermetricSource(MetricSource)DescribeMetricSetResponse.Builder dimensionFilterList(Collection<MetricSetDimensionFilter> dimensionFilterList)
The dimensions and their values that were used to filter the dataset.
dimensionFilterList - The dimensions and their values that were used to filter the dataset.DescribeMetricSetResponse.Builder dimensionFilterList(MetricSetDimensionFilter... dimensionFilterList)
The dimensions and their values that were used to filter the dataset.
dimensionFilterList - The dimensions and their values that were used to filter the dataset.DescribeMetricSetResponse.Builder dimensionFilterList(Consumer<MetricSetDimensionFilter.Builder>... dimensionFilterList)
The dimensions and their values that were used to filter the dataset.
This is a convenience method that creates an instance of theMetricSetDimensionFilter.Builder avoiding the
need to create one manually via
MetricSetDimensionFilter.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #dimensionFilterList(List.
dimensionFilterList - a consumer that will call methods on
MetricSetDimensionFilter.Builder#dimensionFilterList(java.util.Collection) Copyright © 2023. All rights reserved.