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 Details

    • 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

      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.