@Generated(value="software.amazon.awssdk:codegen") public final class CreateMetricSetRequest extends LookoutMetricsRequest implements ToCopyableBuilder<CreateMetricSetRequest.Builder,CreateMetricSetRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateMetricSetRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
anomalyDetectorArn()
The ARN of the anomaly detector that will use the dataset.
|
static CreateMetricSetRequest.Builder |
builder() |
List<MetricSetDimensionFilter> |
dimensionFilterList()
A list of filters that specify which data is kept for anomaly detection.
|
List<String> |
dimensionList()
A list of the fields you want to treat as dimensions.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasDimensionFilterList()
For responses, this returns true if the service returned a value for the DimensionFilterList property.
|
boolean |
hasDimensionList()
For responses, this returns true if the service returned a value for the DimensionList property.
|
int |
hashCode() |
boolean |
hasMetricList()
For responses, this returns true if the service returned a value for the MetricList property.
|
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
List<Metric> |
metricList()
A list of metrics that the dataset will contain.
|
String |
metricSetDescription()
A description of the dataset you are creating.
|
Frequency |
metricSetFrequency()
The frequency with which the source data will be analyzed for anomalies.
|
String |
metricSetFrequencyAsString()
The frequency with which the source data will be analyzed for anomalies.
|
String |
metricSetName()
The name of the dataset.
|
MetricSource |
metricSource()
Contains information about how the source data should be interpreted.
|
Integer |
offset()
After an interval ends, the amount of seconds that the detector waits before importing data.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateMetricSetRequest.Builder> |
serializableBuilderClass() |
Map<String,String> |
tags()
A list of tags to apply
to the dataset.
|
TimestampColumn |
timestampColumn()
Contains information about the column used for tracking time in your source data.
|
String |
timezone()
The time zone in which your source data was recorded.
|
CreateMetricSetRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String anomalyDetectorArn()
The ARN of the anomaly detector that will use the dataset.
public final String metricSetName()
The name of the dataset.
public final String metricSetDescription()
A description of the dataset you are creating.
public final boolean hasMetricList()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<Metric> metricList()
A list of metrics that the dataset will contain.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasMetricList() method.
public final 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.
public final TimestampColumn timestampColumn()
Contains information about the column used for tracking time in your source data.
public final boolean hasDimensionList()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> dimensionList()
A list of the fields you want to treat as dimensions.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasDimensionList() method.
public final Frequency metricSetFrequency()
The frequency with which the source data will be analyzed for anomalies.
If the service returns an enum value that is not available in the current SDK version,
metricSetFrequency will return Frequency.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from metricSetFrequencyAsString().
Frequencypublic final String metricSetFrequencyAsString()
The frequency with which the source data will be analyzed for anomalies.
If the service returns an enum value that is not available in the current SDK version,
metricSetFrequency will return Frequency.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from metricSetFrequencyAsString().
Frequencypublic final MetricSource metricSource()
Contains information about how the source data should be interpreted.
public final String timezone()
The time zone in which your source data was recorded.
public final boolean hasTags()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final Map<String,String> tags()
A list of tags to apply to the dataset.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags() method.
public final boolean hasDimensionFilterList()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<MetricSetDimensionFilter> dimensionFilterList()
A list of filters that specify which data is kept for anomaly detection.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasDimensionFilterList() method.
public CreateMetricSetRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateMetricSetRequest.Builder,CreateMetricSetRequest>toBuilder in class LookoutMetricsRequestpublic static CreateMetricSetRequest.Builder builder()
public static Class<? extends CreateMetricSetRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.