public static interface CreateCustomMetricResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<CreateCustomMetricResponse.Builder,CreateCustomMetricResponse>
Modifier and Type | Method and Description |
---|---|
CreateCustomMetricResponse.Builder |
metricArn(String metricArn)
The Amazon Resource Number (ARN) of the custom metric.
|
CreateCustomMetricResponse.Builder |
metricName(String metricName)
The name of the custom metric to be used in the metric report.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateCustomMetricResponse.Builder metricName(String metricName)
The name of the custom metric to be used in the metric report.
metricName
- The name of the custom metric to be used in the metric report.CreateCustomMetricResponse.Builder metricArn(String metricArn)
The Amazon Resource Number (ARN) of the custom metric. For example,
arn:aws-partition:iot:region:accountId:custommetric/metricName
metricArn
- The Amazon Resource Number (ARN) of the custom metric. For example,
arn:aws-partition:iot:region:accountId:custommetric/metricName
Copyright © 2023. All rights reserved.