public static interface UpdateCustomMetricResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<UpdateCustomMetricResponse.Builder,UpdateCustomMetricResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateCustomMetricResponse.Builder |
creationDate(Instant creationDate)
The creation date of the custom metric in milliseconds since epoch.
|
UpdateCustomMetricResponse.Builder |
displayName(String displayName)
A friendly name in the console for the custom metric
|
UpdateCustomMetricResponse.Builder |
lastModifiedDate(Instant lastModifiedDate)
The time the custom metric was last modified in milliseconds since epoch.
|
UpdateCustomMetricResponse.Builder |
metricArn(String metricArn)
The Amazon Resource Number (ARN) of the custom metric.
|
UpdateCustomMetricResponse.Builder |
metricName(String metricName)
The name of the custom metric.
|
UpdateCustomMetricResponse.Builder |
metricType(CustomMetricType metricType)
The type of the custom metric.
|
UpdateCustomMetricResponse.Builder |
metricType(String metricType)
The type of the custom metric.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCustomMetricResponse.Builder metricName(String metricName)
The name of the custom metric.
metricName - The name of the custom metric.UpdateCustomMetricResponse.Builder metricArn(String metricArn)
The Amazon Resource Number (ARN) of the custom metric.
metricArn - The Amazon Resource Number (ARN) of the custom metric.UpdateCustomMetricResponse.Builder metricType(String metricType)
The type of the custom metric.
The type number only takes a single metric value as an input, but while submitting the metrics
value in the DeviceMetrics report, it must be passed as an array with a single value.
metricType - The type of the custom metric.
The type number only takes a single metric value as an input, but while submitting the
metrics value in the DeviceMetrics report, it must be passed as an array with a single value.
CustomMetricType,
CustomMetricTypeUpdateCustomMetricResponse.Builder metricType(CustomMetricType metricType)
The type of the custom metric.
The type number only takes a single metric value as an input, but while submitting the metrics
value in the DeviceMetrics report, it must be passed as an array with a single value.
metricType - The type of the custom metric.
The type number only takes a single metric value as an input, but while submitting the
metrics value in the DeviceMetrics report, it must be passed as an array with a single value.
CustomMetricType,
CustomMetricTypeUpdateCustomMetricResponse.Builder displayName(String displayName)
A friendly name in the console for the custom metric
displayName - A friendly name in the console for the custom metricUpdateCustomMetricResponse.Builder creationDate(Instant creationDate)
The creation date of the custom metric in milliseconds since epoch.
creationDate - The creation date of the custom metric in milliseconds since epoch.UpdateCustomMetricResponse.Builder lastModifiedDate(Instant lastModifiedDate)
The time the custom metric was last modified in milliseconds since epoch.
lastModifiedDate - The time the custom metric was last modified in milliseconds since epoch.Copyright © 2023. All rights reserved.