Interface CurrentMetric.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CurrentMetric.Builder,,CurrentMetric> SdkBuilder<CurrentMetric.Builder,,CurrentMetric> SdkPojo
- Enclosing class:
CurrentMetric
@Mutable
@NotThreadSafe
public static interface CurrentMetric.Builder
extends SdkPojo, CopyableBuilder<CurrentMetric.Builder,CurrentMetric>
-
Method Summary
Modifier and TypeMethodDescriptionOut of the box current metrics or custom metrics can be referenced via this field.The name of the metric.name(CurrentMetricName name) The name of the metric.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the metric.
- Parameters:
name- The name of the metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the metric.
- Parameters:
name- The name of the metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
metricId
Out of the box current metrics or custom metrics can be referenced via this field. This field is a valid AWS Connect Arn or a UUID.
- Parameters:
metricId- Out of the box current metrics or custom metrics can be referenced via this field. This field is a valid AWS Connect Arn or a UUID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unit
The Unit parameter is not supported for custom metrics.
The unit for the metric.
- Parameters:
unit-The Unit parameter is not supported for custom metrics.
The unit for the metric.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
unit
The Unit parameter is not supported for custom metrics.
The unit for the metric.
- Parameters:
unit-The Unit parameter is not supported for custom metrics.
The unit for the metric.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-