public static interface ListCustomMetricsResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListCustomMetricsResponse.Builder,ListCustomMetricsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCustomMetricsResponse.Builder |
metricNames(Collection<String> metricNames)
The name of the custom metric.
|
ListCustomMetricsResponse.Builder |
metricNames(String... metricNames)
The name of the custom metric.
|
ListCustomMetricsResponse.Builder |
nextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCustomMetricsResponse.Builder metricNames(Collection<String> metricNames)
The name of the custom metric.
metricNames - The name of the custom metric.ListCustomMetricsResponse.Builder metricNames(String... metricNames)
The name of the custom metric.
metricNames - The name of the custom metric.ListCustomMetricsResponse.Builder nextToken(String nextToken)
A token that can be used to retrieve the next set of results, or null if there are no additional
results.
nextToken - A token that can be used to retrieve the next set of results, or null if there are no
additional results.Copyright © 2022. All rights reserved.