Interface ContactMetricInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ContactMetricInfo.Builder,
,ContactMetricInfo> SdkBuilder<ContactMetricInfo.Builder,
,ContactMetricInfo> SdkPojo
- Enclosing class:
ContactMetricInfo
@Mutable
@NotThreadSafe
public static interface ContactMetricInfo.Builder
extends SdkPojo, CopyableBuilder<ContactMetricInfo.Builder,ContactMetricInfo>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the metric being retrieved in type String.name
(ContactMetricName name) The name of the metric being retrieved in type String.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the metric being retrieved in type String.
- Parameters:
name
- The name of the metric being retrieved in type String.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the metric being retrieved in type String.
- Parameters:
name
- The name of the metric being retrieved in type String.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-