JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.cloudwatchrum.model

Class BatchDeleteRumMetricDefinitionsRequest

    • Constructor Detail

      • BatchDeleteRumMetricDefinitionsRequest

        public BatchDeleteRumMetricDefinitionsRequest()
    • Method Detail

      • setAppMonitorName

        public void setAppMonitorName(String appMonitorName)

        The name of the CloudWatch RUM app monitor that is sending these metrics.

        Parameters:
        appMonitorName - The name of the CloudWatch RUM app monitor that is sending these metrics.
      • getAppMonitorName

        public String getAppMonitorName()

        The name of the CloudWatch RUM app monitor that is sending these metrics.

        Returns:
        The name of the CloudWatch RUM app monitor that is sending these metrics.
      • withAppMonitorName

        public BatchDeleteRumMetricDefinitionsRequest withAppMonitorName(String appMonitorName)

        The name of the CloudWatch RUM app monitor that is sending these metrics.

        Parameters:
        appMonitorName - The name of the CloudWatch RUM app monitor that is sending these metrics.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDestination

        public void setDestination(String destination)

        Defines the destination where you want to stop sending the specified metrics. Valid values are CloudWatch and Evidently. If you specify Evidently, you must also specify the ARN of the CloudWatchEvidently experiment that is to be the destination and an IAM role that has permission to write to the experiment.

        Parameters:
        destination - Defines the destination where you want to stop sending the specified metrics. Valid values are CloudWatch and Evidently. If you specify Evidently, you must also specify the ARN of the CloudWatchEvidently experiment that is to be the destination and an IAM role that has permission to write to the experiment.
        See Also:
        MetricDestination
      • getDestination

        public String getDestination()

        Defines the destination where you want to stop sending the specified metrics. Valid values are CloudWatch and Evidently. If you specify Evidently, you must also specify the ARN of the CloudWatchEvidently experiment that is to be the destination and an IAM role that has permission to write to the experiment.

        Returns:
        Defines the destination where you want to stop sending the specified metrics. Valid values are CloudWatch and Evidently. If you specify Evidently, you must also specify the ARN of the CloudWatchEvidently experiment that is to be the destination and an IAM role that has permission to write to the experiment.
        See Also:
        MetricDestination
      • withDestination

        public BatchDeleteRumMetricDefinitionsRequest withDestination(String destination)

        Defines the destination where you want to stop sending the specified metrics. Valid values are CloudWatch and Evidently. If you specify Evidently, you must also specify the ARN of the CloudWatchEvidently experiment that is to be the destination and an IAM role that has permission to write to the experiment.

        Parameters:
        destination - Defines the destination where you want to stop sending the specified metrics. Valid values are CloudWatch and Evidently. If you specify Evidently, you must also specify the ARN of the CloudWatchEvidently experiment that is to be the destination and an IAM role that has permission to write to the experiment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MetricDestination
      • withDestination

        public BatchDeleteRumMetricDefinitionsRequest withDestination(MetricDestination destination)

        Defines the destination where you want to stop sending the specified metrics. Valid values are CloudWatch and Evidently. If you specify Evidently, you must also specify the ARN of the CloudWatchEvidently experiment that is to be the destination and an IAM role that has permission to write to the experiment.

        Parameters:
        destination - Defines the destination where you want to stop sending the specified metrics. Valid values are CloudWatch and Evidently. If you specify Evidently, you must also specify the ARN of the CloudWatchEvidently experiment that is to be the destination and an IAM role that has permission to write to the experiment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MetricDestination
      • setDestinationArn

        public void setDestinationArn(String destinationArn)

        This parameter is required if Destination is Evidently. If Destination is CloudWatch, do not use this parameter.

        This parameter specifies the ARN of the Evidently experiment that was receiving the metrics that are being deleted.

        Parameters:
        destinationArn - This parameter is required if Destination is Evidently. If Destination is CloudWatch, do not use this parameter.

        This parameter specifies the ARN of the Evidently experiment that was receiving the metrics that are being deleted.

      • getDestinationArn

        public String getDestinationArn()

        This parameter is required if Destination is Evidently. If Destination is CloudWatch, do not use this parameter.

        This parameter specifies the ARN of the Evidently experiment that was receiving the metrics that are being deleted.

        Returns:
        This parameter is required if Destination is Evidently. If Destination is CloudWatch, do not use this parameter.

        This parameter specifies the ARN of the Evidently experiment that was receiving the metrics that are being deleted.

      • withDestinationArn

        public BatchDeleteRumMetricDefinitionsRequest withDestinationArn(String destinationArn)

        This parameter is required if Destination is Evidently. If Destination is CloudWatch, do not use this parameter.

        This parameter specifies the ARN of the Evidently experiment that was receiving the metrics that are being deleted.

        Parameters:
        destinationArn - This parameter is required if Destination is Evidently. If Destination is CloudWatch, do not use this parameter.

        This parameter specifies the ARN of the Evidently experiment that was receiving the metrics that are being deleted.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getMetricDefinitionIds

        public List<String> getMetricDefinitionIds()

        An array of structures which define the metrics that you want to stop sending.

        Returns:
        An array of structures which define the metrics that you want to stop sending.
      • setMetricDefinitionIds

        public void setMetricDefinitionIds(Collection<String> metricDefinitionIds)

        An array of structures which define the metrics that you want to stop sending.

        Parameters:
        metricDefinitionIds - An array of structures which define the metrics that you want to stop sending.
      • withMetricDefinitionIds

        public BatchDeleteRumMetricDefinitionsRequest withMetricDefinitionIds(Collection<String> metricDefinitionIds)

        An array of structures which define the metrics that you want to stop sending.

        Parameters:
        metricDefinitionIds - An array of structures which define the metrics that you want to stop sending.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /