public static interface GetRelationalDatabaseMetricDataResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<GetRelationalDatabaseMetricDataResponse.Builder,GetRelationalDatabaseMetricDataResponse>
| Modifier and Type | Method and Description |
|---|---|
GetRelationalDatabaseMetricDataResponse.Builder |
metricData(Collection<MetricDatapoint> metricData)
An array of objects that describe the metric data returned.
|
GetRelationalDatabaseMetricDataResponse.Builder |
metricData(Consumer<MetricDatapoint.Builder>... metricData)
An array of objects that describe the metric data returned.
|
GetRelationalDatabaseMetricDataResponse.Builder |
metricData(MetricDatapoint... metricData)
An array of objects that describe the metric data returned.
|
GetRelationalDatabaseMetricDataResponse.Builder |
metricName(RelationalDatabaseMetricName metricName)
The name of the metric returned.
|
GetRelationalDatabaseMetricDataResponse.Builder |
metricName(String metricName)
The name of the metric returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRelationalDatabaseMetricDataResponse.Builder metricName(String metricName)
The name of the metric returned.
metricName - The name of the metric returned.RelationalDatabaseMetricName,
RelationalDatabaseMetricNameGetRelationalDatabaseMetricDataResponse.Builder metricName(RelationalDatabaseMetricName metricName)
The name of the metric returned.
metricName - The name of the metric returned.RelationalDatabaseMetricName,
RelationalDatabaseMetricNameGetRelationalDatabaseMetricDataResponse.Builder metricData(Collection<MetricDatapoint> metricData)
An array of objects that describe the metric data returned.
metricData - An array of objects that describe the metric data returned.GetRelationalDatabaseMetricDataResponse.Builder metricData(MetricDatapoint... metricData)
An array of objects that describe the metric data returned.
metricData - An array of objects that describe the metric data returned.GetRelationalDatabaseMetricDataResponse.Builder metricData(Consumer<MetricDatapoint.Builder>... metricData)
An array of objects that describe the metric data returned.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #metricData(List) .metricData - a consumer that will call methods on List.Builder #metricData(List) Copyright © 2021. All rights reserved.