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. Types include string-list, ip-address-list,
number-list, and number.
metricType - The type of the custom metric. Types include string-list, ip-address-list,
number-list, and number.CustomMetricType,
CustomMetricTypeUpdateCustomMetricResponse.Builder metricType(CustomMetricType metricType)
The type of the custom metric. Types include string-list, ip-address-list,
number-list, and number.
metricType - The type of the custom metric. Types include string-list, ip-address-list,
number-list, and number.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 © 2021. All rights reserved.