@Generated(value="software.amazon.awssdk:codegen") public final class MetricProcessingConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MetricProcessingConfig.Builder,MetricProcessingConfig>
The processing configuration for the given metric property. You can configure metrics to be computed at the edge or in the Amazon Web Services Cloud. By default, metrics are forwarded to the cloud.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MetricProcessingConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MetricProcessingConfig.Builder |
builder() |
ComputeLocation |
computeLocation()
The compute location for the given metric property.
|
String |
computeLocationAsString()
The compute location for the given metric property.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends MetricProcessingConfig.Builder> |
serializableBuilderClass() |
MetricProcessingConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ComputeLocation computeLocation()
The compute location for the given metric property.
If the service returns an enum value that is not available in the current SDK version, computeLocation
will return ComputeLocation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from computeLocationAsString().
ComputeLocationpublic final String computeLocationAsString()
The compute location for the given metric property.
If the service returns an enum value that is not available in the current SDK version, computeLocation
will return ComputeLocation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from computeLocationAsString().
ComputeLocationpublic MetricProcessingConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MetricProcessingConfig.Builder,MetricProcessingConfig>public static MetricProcessingConfig.Builder builder()
public static Class<? extends MetricProcessingConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.