public static interface UpdateCustomMetricRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<UpdateCustomMetricRequest.Builder,UpdateCustomMetricRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateCustomMetricRequest.Builder |
displayName(String displayName)
Field represents a friendly name in the console for the custom metric, it doesn't have to be unique.
|
UpdateCustomMetricRequest.Builder |
metricName(String metricName)
The name of the custom metric.
|
UpdateCustomMetricRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateCustomMetricRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCustomMetricRequest.Builder metricName(String metricName)
The name of the custom metric. Cannot be updated.
metricName - The name of the custom metric. Cannot be updated.UpdateCustomMetricRequest.Builder displayName(String displayName)
Field represents a friendly name in the console for the custom metric, it doesn't have to be unique. Don't use this name as the metric identifier in the device metric report. Can be updated.
displayName - Field represents a friendly name in the console for the custom metric, it doesn't have to be unique.
Don't use this name as the metric identifier in the device metric report. Can be updated.UpdateCustomMetricRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateCustomMetricRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.