Interface CreateCustomMetricResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateCustomMetricResponse.Builder,CreateCustomMetricResponse>
,IotResponse.Builder
,SdkBuilder<CreateCustomMetricResponse.Builder,CreateCustomMetricResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- CreateCustomMetricResponse
public static interface CreateCustomMetricResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<CreateCustomMetricResponse.Builder,CreateCustomMetricResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
metricName
CreateCustomMetricResponse.Builder metricName(String metricName)
The name of the custom metric to be used in the metric report.
- Parameters:
metricName
- The name of the custom metric to be used in the metric report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metricArn
CreateCustomMetricResponse.Builder metricArn(String metricArn)
The Amazon Resource Number (ARN) of the custom metric. For example,
arn:aws-partition:iot:region:accountId:custommetric/metricName
- Parameters:
metricArn
- The Amazon Resource Number (ARN) of the custom metric. For example,arn:aws-partition:iot:region:accountId:custommetric/metricName
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-