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
Modifier and TypeMethodDescriptionaggregation
(String aggregation) Sets the value of the Aggregation property for this object.aggregation
(MetricAggregation aggregation) Sets the value of the Aggregation property for this object.Sets the value of the Name property for this object.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 Details
-
name
Sets the value of the Name property for this object.- Parameters:
name
- The new value for the Name property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
Sets the value of the Name property for this object.- Parameters:
name
- The new value for the Name property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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:
-
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:
-