Interface ListCustomMetricsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListCustomMetricsResponse.Builder,ListCustomMetricsResponse>
,IotResponse.Builder
,SdkBuilder<ListCustomMetricsResponse.Builder,ListCustomMetricsResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- ListCustomMetricsResponse
public static interface ListCustomMetricsResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListCustomMetricsResponse.Builder,ListCustomMetricsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCustomMetricsResponse.Builder
metricNames(String... metricNames)
The name of the custom metric.ListCustomMetricsResponse.Builder
metricNames(Collection<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, ornull
if there are no additional results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
metricNames
ListCustomMetricsResponse.Builder metricNames(Collection<String> metricNames)
The name of the custom metric.
- Parameters:
metricNames
- The name of the custom metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metricNames
ListCustomMetricsResponse.Builder metricNames(String... metricNames)
The name of the custom metric.
- Parameters:
metricNames
- The name of the custom metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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.- Parameters:
nextToken
- A token that can be used to retrieve the next set of results, ornull
if there are no additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-