Interface MetricDestinationSummary.Builder

  • Method Details

    • destination

      MetricDestinationSummary.Builder destination(String destination)

      Specifies whether the destination is CloudWatch or Evidently.

      Parameters:
      destination - Specifies whether the destination is CloudWatch or Evidently.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • destination

      Specifies whether the destination is CloudWatch or Evidently.

      Parameters:
      destination - Specifies whether the destination is CloudWatch or Evidently.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • destinationArn

      MetricDestinationSummary.Builder destinationArn(String destinationArn)

      If the destination is Evidently, this specifies the ARN of the Evidently experiment that receives the metrics.

      Parameters:
      destinationArn - If the destination is Evidently, this specifies the ARN of the Evidently experiment that receives the metrics.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • iamRoleArn

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.