Interface ExportMetric.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExportMetric.Builder,ExportMetric>,SdkBuilder<ExportMetric.Builder,ExportMetric>,SdkPojo
- Enclosing class:
- ExportMetric
public static interface ExportMetric.Builder extends SdkPojo, CopyableBuilder<ExportMetric.Builder,ExportMetric>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExportMetric.Builderaggregation(String aggregation)Sets the value of the Aggregation property for this object.ExportMetric.Builderaggregation(MetricAggregation aggregation)Sets the value of the Aggregation property for this object.ExportMetric.Buildername(String name)Sets the value of the Name property for this object.ExportMetric.Buildername(Metric name)Sets the value of the Name property for this object.-
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, sdkFields
-
-
-
-
Method Detail
-
name
ExportMetric.Builder name(String name)
Sets the value of the Name property for this object.
-
name
ExportMetric.Builder name(Metric name)
Sets the value of the Name property for this object.
-
aggregation
ExportMetric.Builder aggregation(String aggregation)
Sets the value of the Aggregation property for this object.- Parameters:
aggregation- The new value for the Aggregation property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MetricAggregation,MetricAggregation
-
aggregation
ExportMetric.Builder aggregation(MetricAggregation aggregation)
Sets the value of the Aggregation property for this object.- Parameters:
aggregation- The new value for the Aggregation property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MetricAggregation,MetricAggregation
-
-