public static interface MetricDestinationSummary.Builder extends SdkPojo, CopyableBuilder<MetricDestinationSummary.Builder,MetricDestinationSummary>
| Modifier and Type | Method and Description |
|---|---|
MetricDestinationSummary.Builder |
destination(MetricDestination destination)
Specifies whether the destination is
CloudWatch or Evidently. |
MetricDestinationSummary.Builder |
destination(String destination)
Specifies whether the destination is
CloudWatch or Evidently. |
MetricDestinationSummary.Builder |
destinationArn(String destinationArn)
If the destination is
Evidently, this specifies the ARN of the Evidently experiment that
receives the metrics. |
MetricDestinationSummary.Builder |
iamRoleArn(String iamRoleArn)
This field appears only when the destination is
Evidently. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMetricDestinationSummary.Builder destination(String destination)
Specifies whether the destination is CloudWatch or Evidently.
destination - Specifies whether the destination is CloudWatch or Evidently.MetricDestination,
MetricDestinationMetricDestinationSummary.Builder destination(MetricDestination destination)
Specifies whether the destination is CloudWatch or Evidently.
destination - Specifies whether the destination is CloudWatch or Evidently.MetricDestination,
MetricDestinationMetricDestinationSummary.Builder destinationArn(String destinationArn)
If the destination is Evidently, this specifies the ARN of the Evidently experiment that
receives the metrics.
destinationArn - If the destination is Evidently, this specifies the ARN of the Evidently experiment that
receives the metrics.MetricDestinationSummary.Builder iamRoleArn(String iamRoleArn)
This field appears only when the destination is Evidently. It specifies the ARN of the IAM role
that is used to write to the Evidently experiment that receives the metrics.
iamRoleArn - This field appears only when the destination is Evidently. It specifies the ARN of the
IAM role that is used to write to the Evidently experiment that receives the metrics.Copyright © 2023. All rights reserved.