Interface RDSDatabaseProjectedMetric.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RDSDatabaseProjectedMetric.Builder,
,RDSDatabaseProjectedMetric> SdkBuilder<RDSDatabaseProjectedMetric.Builder,
,RDSDatabaseProjectedMetric> SdkPojo
- Enclosing class:
RDSDatabaseProjectedMetric
public static interface RDSDatabaseProjectedMetric.Builder
extends SdkPojo, CopyableBuilder<RDSDatabaseProjectedMetric.Builder,RDSDatabaseProjectedMetric>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the projected metric.name
(RDSDBMetricName name) The name of the projected metric.timestamps
(Instant... timestamps) The timestamps of the projected metric.timestamps
(Collection<Instant> timestamps) The timestamps of the projected metric.The values for the projected metric.values
(Collection<Double> values) The values for the projected metric.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
The name of the projected metric.
- Parameters:
name
- The name of the projected metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the projected metric.
- Parameters:
name
- The name of the projected metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
timestamps
The timestamps of the projected metric.
- Parameters:
timestamps
- The timestamps of the projected metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestamps
The timestamps of the projected metric.
- Parameters:
timestamps
- The timestamps of the projected metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The values for the projected metric.
- Parameters:
values
- The values for the projected metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The values for the projected metric.
- Parameters:
values
- The values for the projected metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-